the interface of mng More...
#include <mngbase.hpp>

Public Member Functions | |
| virtual | ~IMngBase (void) |
| destructor | |
| virtual bool | CreateItem (IBase **ppBase)=0 |
| create a item | |
| virtual bool | DestoryItem (IBase *pBase)=0 |
| destory a item | |
| virtual bool | DestoryAll (void)=0 |
| destory all items | |
| virtual bool | InsertItem (const agls_ID &riID, IBase *pBase)=0 |
| virtual IBase * | CheckID (const agls_ID &riID)=0 |
| check and get the item of id | |
Protected Member Functions | |
| bool | SetID (IBase *pBase, const agls_ID &iID) |
the interface of mng
1.7.2