#include <Puma/infos/CClassInstance.h>
Public Member Functions | |
CClassInstance () | |
~CClassInstance () | |
CTemplateInstance * | TemplateInstance () const |
Puma::CClassInstance::CClassInstance | ( | ) | [inline] |
Construct a new class template instance object.
Puma::CClassInstance::~CClassInstance | ( | ) | [inline] |
Destruct the class template instance object. If the object id is CLASS_INSTANCE_INFO
, Puma::CObjectInfo::CleanUp() is called.
CTemplateInstance * Puma::CClassInstance::TemplateInstance | ( | ) | const [inline] |
Get the corresponding template instance info.
Reimplemented from Puma::CObjectInfo.