Return TypeFunction nameArguments
boolhzAtom::IsNull(void)

Declared and defined in file: hzDatabase.h

Function Logic:

Function body:

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