#include <limits.h>
#include <new>
Go to the source code of this file.
Namespaces | |
namespace | ZenLib |
Defines | |
#define | UNUSED(Identifier) |
#define | _T(__x) __T(__x) |
#define | _TEXT(__x) __T(__x) |
#define | __TEXT(__x) __T(__x) |
#define | __T(__x) __x |
Typedefs | |
typedef char | Char |
typedef signed int | ints |
typedef unsigned int | intu |
Variables | |
const std::size_t | Error = ((std::size_t)(-1)) |
const std::size_t | All = ((std::size_t)(-1)) |
const std::size_t | Unlimited = ((std::size_t)(-1)) |
const Char * | EOL |
const Char | PathSeparator |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|