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
 
CTypePrimitive Puma::CTYPE_C_BOOL
 _Bool
 
CTypePrimitive Puma::CTYPE_CHAR
 char
 
CTypePrimitive Puma::CTYPE_SIGNED_CHAR
 signed char
 
CTypePrimitive Puma::CTYPE_UNSIGNED_CHAR
 unsigned char
 
CTypePrimitive Puma::CTYPE_WCHAR_T
 wchar_t
 
CTypePrimitive Puma::CTYPE_SHORT
 short
 
CTypePrimitive Puma::CTYPE_UNSIGNED_SHORT
 unsigned short
 
CTypePrimitive Puma::CTYPE_INT
 int
 
CTypePrimitive Puma::CTYPE_UNSIGNED_INT
 unsigned int
 
CTypePrimitive Puma::CTYPE_LONG
 long
 
CTypePrimitive Puma::CTYPE_UNSIGNED_LONG
 unsigned long
 
CTypePrimitive Puma::CTYPE_LONG_LONG
 long long
 
CTypePrimitive Puma::CTYPE_UNSIGNED_LONG_LONG
 unsigned long long
 
CTypePrimitive Puma::CTYPE_INT128
 __int128
 
CTypePrimitive Puma::CTYPE_UNSIGNED_INT128
 unsigned __int128
 
CTypePrimitive Puma::CTYPE_FLOAT
 float
 
CTypePrimitive Puma::CTYPE_DOUBLE
 double
 
CTypePrimitive Puma::CTYPE_LONG_DOUBLE
 long double
 
CTypePrimitive Puma::CTYPE_VOID
 void
 
CTypePrimitive Puma::CTYPE_UNKNOWN_T
 unknown_t
 
CTypePrimitive Puma::CTYPE_UNDEFINED
 Undefined type.
 
CTypePrimitive Puma::CTYPE_ELLIPSIS
 Any type.
 

Macro Definition Documentation

◆ __CTypePrimitive_h__

#define __CTypePrimitive_h__