Recast Navigation  1.0.35
DetourStatus.h File Reference

Go to the source code of this file.

Typedefs

typedef unsigned int dtStatus
 

Functions

bool dtStatusSucceed (dtStatus status)
 
bool dtStatusFailed (dtStatus status)
 
bool dtStatusInProgress (dtStatus status)
 
bool dtStatusDetail (dtStatus status, unsigned int detail)
 

Variables

static const unsigned int DT_FAILURE = 1u << 31
 
static const unsigned int DT_SUCCESS = 1u << 30
 
static const unsigned int DT_IN_PROGRESS = 1u << 29
 
static const unsigned int DT_STATUS_DETAIL_MASK = 0x0ffffff
 
static const unsigned int DT_WRONG_MAGIC = 1 << 0
 
static const unsigned int DT_WRONG_VERSION = 1 << 1
 
static const unsigned int DT_OUT_OF_MEMORY = 1 << 2
 
static const unsigned int DT_INVALID_PARAM = 1 << 3
 
static const unsigned int DT_BUFFER_TOO_SMALL = 1 << 4
 
static const unsigned int DT_OUT_OF_NODES = 1 << 5
 
static const unsigned int DT_PARTIAL_RESULT = 1 << 6
 

Typedef Documentation

typedef unsigned int dtStatus

Function Documentation

bool dtStatusDetail ( dtStatus  status,
unsigned int  detail 
)
inline
bool dtStatusFailed ( dtStatus  status)
inline
bool dtStatusInProgress ( dtStatus  status)
inline
bool dtStatusSucceed ( dtStatus  status)
inline

Variable Documentation

const unsigned int DT_BUFFER_TOO_SMALL = 1 << 4
static
const unsigned int DT_FAILURE = 1u << 31
static
const unsigned int DT_IN_PROGRESS = 1u << 29
static
const unsigned int DT_INVALID_PARAM = 1 << 3
static
const unsigned int DT_OUT_OF_MEMORY = 1 << 2
static
const unsigned int DT_OUT_OF_NODES = 1 << 5
static
const unsigned int DT_PARTIAL_RESULT = 1 << 6
static
const unsigned int DT_STATUS_DETAIL_MASK = 0x0ffffff
static
const unsigned int DT_SUCCESS = 1u << 30
static
const unsigned int DT_WRONG_MAGIC = 1 << 0
static
const unsigned int DT_WRONG_VERSION = 1 << 1
static