Destructor. This will delete any strings the atom had retained.
| Return Type | Function name | Arguments |
|---|---|---|
| void | hzAtom::~hzAtom | (void) |
Declared and defined in file: hzDatabase.h
Function Logic:
Function body:
void hzAtom::~hzAtom (void)
{
// Destructor. This will delete any strings the atom had retained.
Clear() ;
}