Return TypeFunction nameArguments
boolhdbMember::Optional(void)

Declared and defined in file: hzDatabase.h

Function Logic:

Function body:

bool hdbMember::Optional (void)
                                               { return m_popCtl & HDB_MBR_MASK_COMPULSORY ? false : true ; }