Go to the source code of this file.
Macros | |
#define | INT32_MAX std::numeric_limits<int>::max() |
#define | INT32_MIN std::numeric_limits<int>::min() |
#define | INT64_MAX std::numeric_limits<long>::max() |
#define | INT64_MIN std::numeric_limits<long>::min() |
#define | UINT32_MAX std::numeric_limits<unsigned int>::max() |
#define | UINT32_MIN std::numeric_limits<unsigned int>::min() |
#define | UINT64_MAX std::numeric_limits<unsigned long>::max() |
#define | UINT64_MIN std::numeric_limits<unsigned long>::min() |
#define INT32_MAX std::numeric_limits<int>::max() |
Definition at line 48 of file IntTypes.h.
#define INT32_MIN std::numeric_limits<int>::min() |
Definition at line 45 of file IntTypes.h.
#define INT64_MAX std::numeric_limits<long>::max() |
Definition at line 54 of file IntTypes.h.
#define INT64_MIN std::numeric_limits<long>::min() |
Definition at line 51 of file IntTypes.h.
#define UINT32_MAX std::numeric_limits<unsigned int>::max() |
Definition at line 60 of file IntTypes.h.
#define UINT32_MIN std::numeric_limits<unsigned int>::min() |
Definition at line 57 of file IntTypes.h.
#define UINT64_MAX std::numeric_limits<unsigned long>::max() |
Definition at line 66 of file IntTypes.h.
#define UINT64_MIN std::numeric_limits<unsigned long>::min() |
Definition at line 63 of file IntTypes.h.