Puma Reference Manual Puma: Puma::CTypePrimitive Class Reference



Puma::CTypePrimitive Class Reference

Primitive type. More...

#include <Puma/CTypeInfo.h>

Inherits Puma::CTypeInfo.

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:
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 Sep 2009.