| Puma Reference Manual | Puma: Puma::CUnionInstance Class Reference |
Semantic information about an instance of a union template. More...
#include <Puma/CUnionInstance.h>
Inherits Puma::CUnionInfo.
Public Member Functions | |
| CUnionInstance () | |
| Constructor. | |
| ~CUnionInstance () | |
| Destructor. | |
| CTemplateInstance * | TemplateInstance () const |
| Get the semantic information about the template instance. | |
Semantic information about an instance of a union template.
| Puma::CUnionInstance::CUnionInstance | ( | ) | [inline] |
Constructor.
| Puma::CUnionInstance::~CUnionInstance | ( | ) | [inline] |
Destructor.
If the object type is CObjectInfo::UNION_INSTANCE_INFO, then CObjectInfo::CleanUp() is called.
| CTemplateInstance * Puma::CUnionInstance::TemplateInstance | ( | ) | const [inline] |
Get the semantic information about the template instance.
Reimplemented from Puma::CObjectInfo.