#include <mng.hpp>


Public Member Functions | |
| TMng (void) | |
| constructor | |
| virtual | ~TMng (void) |
| destructor | |
| virtual bool | CreateItem (IAttribute **ppAttribute, const char acName[STRLEN_OBJECT_NAME]="") |
| virtual bool | DestoryItem (IAttribute *pAttribute) |
| virtual bool | CreateItem (INode **ppNode, const char acName[STRLEN_OBJECT_NAME]="") |
| virtual bool | DestoryItem (INode *pNode) |
| virtual bool | DestoryAll (void) |
Private Attributes | |
| CMngAttribute * | m_pMngAttribute |
| CMngNode * | m_pMngNode |
1.7.2