Puma Reference Manual Puma::CFctInstance Class Reference



Puma::CFctInstance Class Reference

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

#include <Puma/CFctInstance.h>

Inheritance diagram for Puma::CFctInstance:
Inheritance graph

List of all members.

Public Member Functions

 CFctInstance ()
 Constructor.
 ~CFctInstance ()
 Destructor.
CTemplateInstanceTemplateInstance () const
 Get the semantic information for the template instance.
void RealTypeInfo (CTypeInfo *type)
 Set the type of the real instantiation.

Detailed Description

Semantic information about an instance of a function template.


Constructor & Destructor Documentation

Constructor.

Destructor.

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


Member Function Documentation

Set the type of the real instantiation.

Parameters:
typeThe function type.

Get the semantic information for the template instance.

Reimplemented from Puma::CObjectInfo.