Puma Reference Manual Puma: Puma::CTypePrimitive Class Reference



Puma::CTypePrimitive Class Reference

#include <Puma/CTypeInfo.h>

Inheritance diagram for Puma::CTypePrimitive:

Inheritance graph

List of all members.


Detailed Description

Primitive type.

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.


Constructor & Destructor Documentation

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

Constructor.

Parameters:
name The type name.
id The type identifier.

Puma::CTypePrimitive::~CTypePrimitive (  )  [inline]

Destructor.


Member Function Documentation

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

Get the type name.




Puma Reference Manual. Created on 11 Jul 2008.