Puma Reference Manual Puma::CTypedefInfo Class Reference



Puma::CTypedefInfo Class Reference

Semantic information about a typedef. More...

#include <Puma/CTypedefInfo.h>

Inheritance diagram for Puma::CTypedefInfo:
Inheritance graph

List of all members.

Public Member Functions

 CTypedefInfo ()
 Constructor.
 ~CTypedefInfo ()
 Destructor.

Detailed Description

Semantic information about a typedef.

A typedef is a named type for any underlying type. The type of a typedef is the underlying type.


Constructor & Destructor Documentation

Constructor.

Destructor.

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