Destructor. This will delete any strings the atom had retained.

Return TypeFunction nameArguments
voidhzAtom::~hzAtom(void)

Declared and defined in file: hzDatabase.h

Function Logic:

0:START 1:items 2: No text

Function body:

void hzAtom::~hzAtom (void)
   {
       //  Destructor. This will delete any strings the atom had retained.
       Clear() ;
   }