Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes

TBase< TN > Class Template Reference

the template of base More...

#include <base.hpp>

Inheritance diagram for TBase< TN >:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

template<typename TN>
class TBase< TN >

the template of base


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerator Defines