the template of base More...
#include <base.hpp>

Public Member Functions | |
| TBase (void) | |
| constructor | |
| virtual | ~TBase (void) |
| destructor | |
| virtual bool | GetID (void) const |
| implement for IBase::GetID | |
| virtual bool | GetID (agls_ID &riID) const |
| implement for IBase::GetID | |
| virtual bool | IsAvailable (void) |
| implement for IBase::IsAvailable | |
Protected Member Functions | |
| virtual bool | SetID (const agls_ID &riID) |
| implement for IBase::SetID | |
Private Member Functions | |
| void | Create (void) |
| to create base | |
| void | Destory (void) |
| to destory base | |
| void | ClearUp (void) |
| to clear up the data of base | |
Private Attributes | |
| agls_ID | m_iID |
| as id, a integrate value | |
| bool | m_bHaveID |
| as status of id, a boolean value | |
the template of base
1.7.2