Puma Reference Manual Puma::CClassInstance Class Reference



Puma::CClassInstance Class Reference

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

#include <Puma/CClassInstance.h>

Inheritance diagram for Puma::CClassInstance:
Inheritance graph

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

Constructor.

Destructor.

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


Member Function Documentation

Get the semantic information about the template instance.

Reimplemented from Puma::CObjectInfo.