| Return Type | Function name | Arguments |
|---|---|---|
| NULL-BASIS | hdbObject::~hdbObject | (void) |
Declared in file: hzDatabase.h
Defined in file : hdbObject.cpp
Function Logic:
Function body:
NULL-BASIS hdbObject::~hdbObject (void)
{
Clear() ;
delete m_pRoot ;
}