orx  1.14
Portable Game Engine
OrxType

Macros

#define _orxSTRINGIFY(X)    #X
 
#define orxCHAR_ASCII_NUMBER   128
 
#define orxCHAR_CR   '\r'
 
#define orxCHAR_DIRECTORY_SEPARATOR   '/'
 
#define orxCHAR_DIRECTORY_SEPARATOR_LINUX   '/'
 
#define orxCHAR_DIRECTORY_SEPARATOR_WINDOWS   '\\'
 
#define orxCHAR_EOL   '\n'
 
#define orxCHAR_LF   '\n'
 
#define orxCHAR_NULL   '\0'
 
#define orxFALSE   ((orxBOOL)(1 != 1))
 
#define orxSTRINGIFY(X)    _orxSTRINGIFY(X)
 
#define orxTRUE   ((orxBOOL)(1 == 1))
 

Typedefs

typedef voidorxHANDLE
 

Enumerations

enum  orxSEEK_OFFSET_WHENCE {
  orxSEEK_OFFSET_WHENCE_START = 0, orxSEEK_OFFSET_WHENCE_CURRENT, orxSEEK_OFFSET_WHENCE_END, orxSEEK_OFFSET_WHENCE_NUMBER,
  orxSEEK_OFFSET_WHENCE_NONE = orxENUM_NONE
}
 
enum  orxSTATUS { orxSTATUS_FAILURE = 0, orxSTATUS_SUCCESS, orxSTATUS_NUMBER, orxSTATUS_NONE = orxENUM_NONE }
 

Variables

static const orxDOUBLE orxDOUBLE_0 = orx2D(0.0)
 
static const orxDOUBLE orxDOUBLE_1 = orx2D(1.0)
 
static const orxDOUBLE orxDOUBLE_MAX = orx2D(1.7976931348623158e+308)
 
static const orxFLOAT orxFLOAT_0 = orx2F(0.0f)
 
static const orxFLOAT orxFLOAT_1 = orx2F(1.0f)
 
static const orxFLOAT orxFLOAT_MAX = orx2F(3.402823466e+38f)
 
static const orxHANDLE orxHANDLE_UNDEFINED = (orxHANDLE)(-1)
 
orxDLLAPI const orxSTRING orxSTRING_DIRECTORY_SEPARATOR
 
orxDLLAPI const orxSTRING orxSTRING_EMPTY
 
orxDLLAPI const orxSTRING orxSTRING_EOL
 
orxDLLAPI const orxSTRING orxSTRING_FALSE
 
orxDLLAPI const orxSTRING orxSTRING_TRUE
 
static const orxSTRINGID orxSTRINGID_UNDEFINED = (orxSTRINGID)(-1)
 
static const orxU16 orxU16_UNDEFINED = (orxU16)(-1)
 
static const orxU32 orxU32_UNDEFINED = (orxU32)(-1)
 
static const orxU64 orxU64_UNDEFINED = (orxU64)(-1)
 
static const orxU8 orxU8_UNDEFINED = (orxU8)(-1)
 

Detailed Description

Base types

Macro Definition Documentation

#define _orxSTRINGIFY (   X)    #X

Definition at line 233 of file orxType.h.

#define orxCHAR_ASCII_NUMBER   128

Definition at line 231 of file orxType.h.

#define orxCHAR_CR   '\r'

Definition at line 228 of file orxType.h.

#define orxCHAR_DIRECTORY_SEPARATOR   '/'

Definition at line 250 of file orxType.h.

#define orxCHAR_DIRECTORY_SEPARATOR_LINUX   '/'

Definition at line 242 of file orxType.h.

#define orxCHAR_DIRECTORY_SEPARATOR_WINDOWS   '\\'

Definition at line 241 of file orxType.h.

#define orxCHAR_EOL   '\n'

Definition at line 230 of file orxType.h.

#define orxCHAR_LF   '\n'

Definition at line 229 of file orxType.h.

#define orxCHAR_NULL   '\0'

Definition at line 227 of file orxType.h.

#define orxFALSE   ((orxBOOL)(1 != 1))

Definition at line 197 of file orxType.h.

#define orxSTRINGIFY (   X)    _orxSTRINGIFY(X)

Definition at line 234 of file orxType.h.

#define orxTRUE   ((orxBOOL)(1 == 1))

Definition at line 198 of file orxType.h.

Typedef Documentation

typedef void* orxHANDLE

Definition at line 166 of file orxType.h.

Enumeration Type Documentation

Enumerator
orxSEEK_OFFSET_WHENCE_START 
orxSEEK_OFFSET_WHENCE_CURRENT 
orxSEEK_OFFSET_WHENCE_END 
orxSEEK_OFFSET_WHENCE_NUMBER 
orxSEEK_OFFSET_WHENCE_NONE 

Definition at line 183 of file orxType.h.

enum orxSTATUS
Enumerator
orxSTATUS_FAILURE 

Failure status, the operation has failed

orxSTATUS_SUCCESS 

Success status, the operation has worked has expected

orxSTATUS_NUMBER 

Sentinel : Number of status

orxSTATUS_NONE 

Invalid status

Definition at line 256 of file orxType.h.

Variable Documentation

const orxDOUBLE orxDOUBLE_0 = orx2D(0.0)
static

Definition at line 207 of file orxType.h.

const orxDOUBLE orxDOUBLE_1 = orx2D(1.0)
static

Definition at line 208 of file orxType.h.

const orxDOUBLE orxDOUBLE_MAX = orx2D(1.7976931348623158e+308)
static

Definition at line 209 of file orxType.h.

const orxFLOAT orxFLOAT_0 = orx2F(0.0f)
static

Definition at line 202 of file orxType.h.

const orxFLOAT orxFLOAT_1 = orx2F(1.0f)
static

Definition at line 203 of file orxType.h.

const orxFLOAT orxFLOAT_MAX = orx2F(3.402823466e+38f)
static

Definition at line 204 of file orxType.h.

const orxHANDLE orxHANDLE_UNDEFINED = (orxHANDLE)(-1)
static

Definition at line 217 of file orxType.h.

orxDLLAPI const orxSTRING orxSTRING_DIRECTORY_SEPARATOR
orxDLLAPI const orxSTRING orxSTRING_EMPTY
orxDLLAPI const orxSTRING orxSTRING_EOL
orxDLLAPI const orxSTRING orxSTRING_FALSE
orxDLLAPI const orxSTRING orxSTRING_TRUE
const orxSTRINGID orxSTRINGID_UNDEFINED = (orxSTRINGID)(-1)
static

Definition at line 218 of file orxType.h.

const orxU16 orxU16_UNDEFINED = (orxU16)(-1)
static

Definition at line 215 of file orxType.h.

const orxU32 orxU32_UNDEFINED = (orxU32)(-1)
static

Definition at line 214 of file orxType.h.

const orxU64 orxU64_UNDEFINED = (orxU64)(-1)
static

Definition at line 213 of file orxType.h.

const orxU8 orxU8_UNDEFINED = (orxU8)(-1)
static

Definition at line 216 of file orxType.h.


Generated for orx by doxygen 1.8.11