| Return Type | Function name | Arguments |
|---|---|---|
| bool | hdbObjRepos::IsInit | (void) |
Declared and defined in file: hzDatabase.h
Function Logic:
Function body:
bool hdbObjRepos::IsInit (void)
{ return m_eReposInit >&eq; HDB_CLASS_INIT_DONE ? true : false ; }