#include <limits>#include <climits>
Go to the source code of this file.
| Macros | |
| #define | __STDC_LIMIT_MACROS | 
| #define | ECL_SIZE_OF_CHAR 1 | 
| #define | ECL_SIZE_OF_DOUBLE 8 | 
| #define | ECL_SIZE_OF_FLOAT 4 | 
| #define | ECL_SIZE_OF_INT 4 | 
| #define | ECL_SIZE_OF_LONG 4 | 
| #define | ECL_SIZE_OF_LONG_DOUBLE 16 | 
| #define | ECL_SIZE_OF_LONG_LONG 8 | 
| #define | ECL_SIZE_OF_SHORT 2 | 
| #define __STDC_LIMIT_MACROS | 
Definition at line 30 of file ecl_unknown.hpp.
| #define ECL_SIZE_OF_CHAR 1 | 
Definition at line 52 of file ecl_unknown.hpp.
| #define ECL_SIZE_OF_DOUBLE 8 | 
Definition at line 106 of file ecl_unknown.hpp.
| #define ECL_SIZE_OF_FLOAT 4 | 
Definition at line 105 of file ecl_unknown.hpp.
| #define ECL_SIZE_OF_INT 4 | 
Definition at line 62 of file ecl_unknown.hpp.
| #define ECL_SIZE_OF_LONG 4 | 
Definition at line 67 of file ecl_unknown.hpp.
| #define ECL_SIZE_OF_LONG_DOUBLE 16 | 
Definition at line 107 of file ecl_unknown.hpp.
| #define ECL_SIZE_OF_LONG_LONG 8 | 
Definition at line 75 of file ecl_unknown.hpp.
| #define ECL_SIZE_OF_SHORT 2 | 
Definition at line 57 of file ecl_unknown.hpp.