Puma Reference Manual Puma: Puma::CClassInstance Class Reference



Puma::CClassInstance Class Reference

Semantic information about an instance of a class template. More...

#include <Puma/CClassInstance.h>

Inherits Puma::CClassInfo.

List of all members.

Public Member Functions

 CClassInstance ()
 Constructor.
 ~CClassInstance ()
 Destructor.
CTemplateInstanceTemplateInstance () const
 Get the semantic information about the template instance.

Detailed Description

Semantic information about an instance of a class template.


Constructor & Destructor Documentation

Puma::CClassInstance::CClassInstance (  )  [inline]

Constructor.

Puma::CClassInstance::~CClassInstance (  )  [inline]

Destructor.

If the object type is CObjectInfo::CLASS_INSTANCE_INFO, then CObjectInfo::CleanUp() is called.


Member Function Documentation

CTemplateInstance * Puma::CClassInstance::TemplateInstance (  )  const [inline]

Get the semantic information about the template instance.

Reimplemented from Puma::CObjectInfo.




Puma Reference Manual. Created on 11 Sep 2009.