Puma Reference Manual | Puma: Puma::CTypePrimitive Class Reference |
#include <Puma/CTypeInfo.h>
Fundamental arithmetic types and type void are called primitive types.
Public Member Functions | |
CTypePrimitive (const char *name, TypeId id) | |
Constructor. | |
~CTypePrimitive () | |
Destructor. | |
const char * | TypeName () const |
Get the type name. |
Puma::CTypePrimitive::CTypePrimitive | ( | const char * | name, | |
CTypeInfo::TypeId | id | |||
) | [inline] |
Constructor.
name | The type name. | |
id | The type identifier. |
Puma::CTypePrimitive::~CTypePrimitive | ( | ) | [inline] |
Destructor.
const char * Puma::CTypePrimitive::TypeName | ( | ) | const [inline] |
Get the type name.