Public Member Functions | Private Member Functions | Private Attributes

TObject< TN > Class Template Reference

the template of object More...

#include <object.hpp>

Inheritance diagram for TObject< TN >:
Inheritance graph
[legend]
Collaboration diagram for TObject< TN >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TObject (void)
 constructor
virtual ~TObject (void)
 destructor
virtual void GetName (char acName[STRLEN_OBJECT_NAME])
 implement for IBase::GetName
virtual void SetName (const char acName[STRLEN_OBJECT_NAME])
 implement for IBase::SetName

Private Member Functions

void Create (void)
 to create object
void Destory (void)
 to destory object
void ClearUp (void)
 to clear up the data of object

Private Attributes

char m_acName [STRLEN_OBJECT_NAME]
 as name, a char array value

Detailed Description

template<typename TN>
class TObject< TN >

the template of object


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