Puma Reference Manual Puma: Puma::CTypePrimitive Class Reference



Puma::CTypePrimitive Class Reference

Primitive type. More...

#include <Puma/CTypeInfo.h>

Inheritance diagram for Puma::CTypePrimitive:
Inheritance graph

List of all members.

Public Member Functions

 CTypePrimitive (const char *name, TypeId id)
 Constructor.
 ~CTypePrimitive ()
 Destructor.
const char * TypeName () const
 Get the type name.

Detailed Description

Primitive type.

Fundamental arithmetic types and type void are called primitive types.


Constructor & Destructor Documentation

Puma::CTypePrimitive::CTypePrimitive ( const char *  name,
CTypeInfo::TypeId  id 
) [inline]

Constructor.

Parameters:
nameThe type name.
idThe type identifier.
Puma::CTypePrimitive::~CTypePrimitive ( ) [inline]

Destructor.


Member Function Documentation

const char * Puma::CTypePrimitive::TypeName ( ) const [inline]

Get the type name.