Go to the source code of this file.
Typedefs |
| typedef int | BOOL |
| typedef unsigned char | byte |
| typedef bool | dboolean |
| typedef unsigned __int64 | uint64_t |
| typedef unsigned __int32 | uint32_t |
| typedef unsigned char | BYTE |
| typedef signed char | SBYTE |
| typedef unsigned short | WORD |
| typedef signed short | SWORD |
| typedef unsigned int | DWORD |
| typedef signed int | SDWORD |
| typedef unsigned __int64 | QWORD |
| typedef signed __int64 | SQWORD |
| typedef DWORD | BITFIELD |
Enumerations |
| enum | dboolean { false,
true
} |
Functions |
| int STACK_ARGS | Printf (int printlevel, const char *,...) |
| int STACK_ARGS | Printf_Bold (const char *format,...) |
| int STACK_ARGS | DPrintf (const char *,...) |
| template<class T > |
| const T | MIN (const T a, const T b) |
| template<class T > |
| const T | MAX (const T a, const T b) |
| template<class T > |
| T | clamp (const T in, const T min, const T max) |
Variables |
| std::ofstream | LOG |
| const char * | LOG_FILE |
| std::ifstream | CON |
Typedef Documentation
| typedef unsigned char byte |
| typedef unsigned char BYTE |
| typedef unsigned long DWORD |
| typedef unsigned __int64 QWORD |
| typedef signed char SBYTE |
| typedef signed short SWORD |
| typedef unsigned short WORD |
Enumeration Type Documentation
Function Documentation
template<class T >
| T clamp |
( |
const T |
in, |
|
|
const T |
min, |
|
|
const T |
max |
|
) |
| [inline] |
| int STACK_ARGS DPrintf |
( |
const char * |
, |
|
|
|
... |
|
) |
| |
template<class T >
| const T MAX |
( |
const T |
a, |
|
|
const T |
b |
|
) |
| [inline] |
template<class T >
| const T MIN |
( |
const T |
a, |
|
|
const T |
b |
|
) |
| [inline] |
| int STACK_ARGS Printf |
( |
int |
printlevel, |
|
|
const char * |
, |
|
|
|
... |
|
) |
| |
| int STACK_ARGS Printf_Bold |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
Variable Documentation