| Return Type | Function name | Arguments |
|---|---|---|
| bool | hdbMember::IsClass | (void) |
Declared and defined in file: hzDatabase.h
Function Logic:
Function body:
bool hdbMember::IsClass (void)
{ return !m_pType ? false : m_pType->Basetype() == BASETYPE_CLASS ? true : false ; }