PUMA Library Reference Manual
Loading...
Searching...
No Matches
CTypePrimitive.inc File Reference

Description

Primitive types.

Classes

class  Puma::CTypePrimitive
 Primitive type. More...
 

Namespaces

namespace  Puma
 

Macros

#define __CTypePrimitive_h__
 

Variables

CTypePrimitive Puma::CTYPE_BOOL
 bool More...
 
CTypePrimitive Puma::CTYPE_C_BOOL
 _Bool More...
 
CTypePrimitive Puma::CTYPE_CHAR
 char More...
 
CTypePrimitive Puma::CTYPE_SIGNED_CHAR
 signed char More...
 
CTypePrimitive Puma::CTYPE_UNSIGNED_CHAR
 unsigned char More...
 
CTypePrimitive Puma::CTYPE_WCHAR_T
 wchar_t More...
 
CTypePrimitive Puma::CTYPE_SHORT
 short More...
 
CTypePrimitive Puma::CTYPE_UNSIGNED_SHORT
 unsigned short More...
 
CTypePrimitive Puma::CTYPE_INT
 int More...
 
CTypePrimitive Puma::CTYPE_UNSIGNED_INT
 unsigned int More...
 
CTypePrimitive Puma::CTYPE_LONG
 long More...
 
CTypePrimitive Puma::CTYPE_UNSIGNED_LONG
 unsigned long More...
 
CTypePrimitive Puma::CTYPE_LONG_LONG
 long long More...
 
CTypePrimitive Puma::CTYPE_UNSIGNED_LONG_LONG
 unsigned long long More...
 
CTypePrimitive Puma::CTYPE_INT128
 __int128 More...
 
CTypePrimitive Puma::CTYPE_UNSIGNED_INT128
 unsigned __int128 More...
 
CTypePrimitive Puma::CTYPE_FLOAT
 float More...
 
CTypePrimitive Puma::CTYPE_DOUBLE
 double More...
 
CTypePrimitive Puma::CTYPE_LONG_DOUBLE
 long double More...
 
CTypePrimitive Puma::CTYPE_VOID
 void More...
 
CTypePrimitive Puma::CTYPE_UNKNOWN_T
 unknown_t More...
 
CTypePrimitive Puma::CTYPE_UNDEFINED
 Undefined type. More...
 
CTypePrimitive Puma::CTYPE_ELLIPSIS
 Any type. More...
 

Macro Definition Documentation

◆ __CTypePrimitive_h__

#define __CTypePrimitive_h__