Classes | |
| class | wxLongLong |
| This is a legacy class wrapping a 64-bit integer. More... | |
| class | wxULongLong |
| This is a legacy class wrapping an unsigned 64-bit integer. More... | |
Macros | |
| #define | wxLongLongFmtSpec |
This macro is defined to contain the printf() format specifier using which 64 bit integer numbers (i.e. More... | |
Functions | |
| wxLongLong_t | wxLL (number) |
| This macro is defined for the platforms with a native 64 bit integer type and allow the use of 64 bit compile time constants: More... | |
| wxLongLong_t | wxULL (number) |
| This macro is defined for the platforms with a native 64 bit integer type and allow the use of 64 bit compile time constants: More... | |