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