Defines | Enumerations | Variables

OrxType

Defines

#define orxCHAR_ASCII_NUMBER   128
#define orxCHAR_CR   '\r'
#define orxCHAR_LF   '\n'
#define orxCHAR_NULL   '\0'
#define orxFALSE   ((orxBOOL)(1 != 1))
#define orxTRUE   ((orxBOOL)(1 == 1))

Enumerations

enum  orxSTATUS { orxSTATUS_FAILURE = 0, orxSTATUS_SUCCESS, orxSTATUS_NUMBER, orxSTATUS_NONE = orxENUM_NONE }

Variables

orxDLLAPI const orxCHAR orxCHAR_DIRECTORY_SEPARATOR
orxDLLAPI const orxCHAR orxCHAR_DIRECTORY_SEPARATOR_LINUX
orxDLLAPI const orxCHAR orxCHAR_DIRECTORY_SEPARATOR_WINDOWS
orxDLLAPI const orxCHAR orxCHAR_EOL
static const orxFLOAT orxFLOAT_0 = orx2F(0.0f)
static const orxFLOAT orxFLOAT_1 = orx2F(1.0f)
static const orxHANDLE orxHANDLE_UNDEFINED = (orxHANDLE)(-1)
orxDLLAPI const orxSTRING orxSTRING_DIRECTORY_SEPARATOR
orxDLLAPI const orxSTRING orxSTRING_DIRECTORY_SEPARATOR_LINUX
orxDLLAPI const orxSTRING orxSTRING_DIRECTORY_SEPARATOR_WINDOWS
orxDLLAPI const orxSTRING orxSTRING_EMPTY
orxDLLAPI const orxSTRING orxSTRING_EOL
orxDLLAPI const orxSTRING orxSTRING_FALSE
orxDLLAPI const orxSTRING orxSTRING_TRUE
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


Define Documentation

#define orxCHAR_ASCII_NUMBER   128

Definition at line 155 of file orxType.h.

#define orxCHAR_CR   '\r'

Definition at line 153 of file orxType.h.

#define orxCHAR_LF   '\n'

Definition at line 154 of file orxType.h.

#define orxCHAR_NULL   '\0'

Definition at line 152 of file orxType.h.

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

Definition at line 131 of file orxType.h.

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

Definition at line 132 of file orxType.h.


Enumeration Type Documentation

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 173 of file orxType.h.


Variable Documentation

orxDLLAPI const orxCHAR orxCHAR_DIRECTORY_SEPARATOR
orxDLLAPI const orxCHAR orxCHAR_DIRECTORY_SEPARATOR_LINUX
orxDLLAPI const orxCHAR orxCHAR_DIRECTORY_SEPARATOR_WINDOWS
orxDLLAPI const orxCHAR orxCHAR_EOL
const orxFLOAT orxFLOAT_0 = orx2F(0.0f) [static]

Definition at line 136 of file orxType.h.

const orxFLOAT orxFLOAT_1 = orx2F(1.0f) [static]

Definition at line 137 of file orxType.h.

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

Definition at line 145 of file orxType.h.

orxDLLAPI const orxSTRING orxSTRING_DIRECTORY_SEPARATOR
orxDLLAPI const orxSTRING orxSTRING_DIRECTORY_SEPARATOR_LINUX
orxDLLAPI const orxSTRING orxSTRING_DIRECTORY_SEPARATOR_WINDOWS
orxDLLAPI const orxSTRING orxSTRING_EMPTY
orxDLLAPI const orxSTRING orxSTRING_EOL
orxDLLAPI const orxSTRING orxSTRING_FALSE
orxDLLAPI const orxSTRING orxSTRING_TRUE
const orxU16 orxU16_UNDEFINED = (orxU16)(-1) [static]

Definition at line 143 of file orxType.h.

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

Definition at line 142 of file orxType.h.

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

Definition at line 141 of file orxType.h.

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

Definition at line 144 of file orxType.h.


Generated for orx by doxygen 1.5.6