Return TypeFunction nameArguments
boolhzAtom::IsSet(void)

Declared and defined in file: hzDatabase.h

Function Logic:

Function body:

bool hzAtom::IsSet (void)
                                   { return m_eStatus == ATOM_CLEAR ? false : true ; }