#include <mng.hpp>

Public Member Functions | |
| virtual | ~IMng (void) |
| destructor | |
| virtual bool | CreateItem (IAttribute **ppAttribute, const char acName[STRLEN_OBJECT_NAME]="")=0 |
| virtual bool | DestoryItem (IAttribute *pAttribute)=0 |
| virtual bool | CreateItem (INode **ppNode, const char acName[STRLEN_OBJECT_NAME]="")=0 |
| virtual bool | DestoryItem (INode *pNode)=0 |
| virtual bool | DestoryAll (void)=0 |
1.7.2