#include <climits>


Go to the source code of this file.
Namespaces | |
| namespace | Parma_Polyhedra_Library |
Defines | |
| #define | PPL_Limits_hh 1 |
| #define | signed_limits(type, prefix) |
| #define | unsigned_limits(type, prefix) |
Functions | |
| Parma_Polyhedra_Library::signed_limits (signed char, SCHAR) | |
| Parma_Polyhedra_Library::signed_limits (short, SHRT) | |
| Parma_Polyhedra_Library::signed_limits (int, INT) | |
| Parma_Polyhedra_Library::signed_limits (long, LONG) | |
| Parma_Polyhedra_Library::signed_limits (long long, LLONG) | |
| Parma_Polyhedra_Library::unsigned_limits (unsigned char, UCHAR) | |
| Parma_Polyhedra_Library::unsigned_limits (unsigned short, USHRT) | |
| Parma_Polyhedra_Library::unsigned_limits (unsigned int, UINT) | |
| Parma_Polyhedra_Library::unsigned_limits (unsigned long, ULONG) | |
| Parma_Polyhedra_Library::unsigned_limits (unsigned long long, ULLONG) | |
| #define signed_limits | ( | type, | |||
| prefix | ) |
| #define unsigned_limits | ( | type, | |||
| prefix | ) |
1.5.6