OpenStructure
|
#include <limits.h>
#include <wchar.h>
Go to the source code of this file.
Typedefs | |
typedef signed char | int8_t |
typedef signed short | int16_t |
typedef signed int | int32_t |
typedef unsigned char | uint8_t |
typedef unsigned short | uint16_t |
typedef unsigned int | uint32_t |
typedef signed __int64 | int64_t |
typedef unsigned __int64 | uint64_t |
typedef int8_t | int_least8_t |
typedef int16_t | int_least16_t |
typedef int32_t | int_least32_t |
typedef int64_t | int_least64_t |
typedef uint8_t | uint_least8_t |
typedef uint16_t | uint_least16_t |
typedef uint32_t | uint_least32_t |
typedef uint64_t | uint_least64_t |
typedef int8_t | int_fast8_t |
typedef int16_t | int_fast16_t |
typedef int32_t | int_fast32_t |
typedef int64_t | int_fast64_t |
typedef uint8_t | uint_fast8_t |
typedef uint16_t | uint_fast16_t |
typedef uint32_t | uint_fast32_t |
typedef uint64_t | uint_fast64_t |
typedef signed int | intptr_t |
typedef unsigned int | uintptr_t |
typedef int64_t | intmax_t |
typedef uint64_t | uintmax_t |
#define _W64 |
Definition at line 62 of file stdint_msc.hh.
#define INT16_C | ( | val | ) | val##i16 |
Definition at line 231 of file stdint_msc.hh.
#define INT16_MAX _I16_MAX |
Definition at line 135 of file stdint_msc.hh.
#define INT16_MIN ((int16_t)_I16_MIN) |
Definition at line 134 of file stdint_msc.hh.
#define INT32_C | ( | val | ) | val##i32 |
Definition at line 232 of file stdint_msc.hh.
#define INT32_MAX _I32_MAX |
Definition at line 137 of file stdint_msc.hh.
#define INT32_MIN ((int32_t)_I32_MIN) |
Definition at line 136 of file stdint_msc.hh.
#define INT64_C | ( | val | ) | val##i64 |
Definition at line 233 of file stdint_msc.hh.
#define INT64_MAX _I64_MAX |
Definition at line 139 of file stdint_msc.hh.
#define INT64_MIN ((int64_t)_I64_MIN) |
Definition at line 138 of file stdint_msc.hh.
#define INT8_C | ( | val | ) | val##i8 |
Definition at line 230 of file stdint_msc.hh.
#define INT8_MAX _I8_MAX |
Definition at line 133 of file stdint_msc.hh.
#define INT8_MIN ((int8_t)_I8_MIN) |
Definition at line 132 of file stdint_msc.hh.
#define INT_FAST16_MAX INT16_MAX |
Definition at line 163 of file stdint_msc.hh.
#define INT_FAST16_MIN INT16_MIN |
Definition at line 162 of file stdint_msc.hh.
#define INT_FAST32_MAX INT32_MAX |
Definition at line 165 of file stdint_msc.hh.
#define INT_FAST32_MIN INT32_MIN |
Definition at line 164 of file stdint_msc.hh.
#define INT_FAST64_MAX INT64_MAX |
Definition at line 167 of file stdint_msc.hh.
#define INT_FAST64_MIN INT64_MIN |
Definition at line 166 of file stdint_msc.hh.
#define INT_FAST8_MAX INT8_MAX |
Definition at line 161 of file stdint_msc.hh.
#define INT_FAST8_MIN INT8_MIN |
Definition at line 160 of file stdint_msc.hh.
#define INT_LEAST16_MAX INT16_MAX |
Definition at line 149 of file stdint_msc.hh.
#define INT_LEAST16_MIN INT16_MIN |
Definition at line 148 of file stdint_msc.hh.
#define INT_LEAST32_MAX INT32_MAX |
Definition at line 151 of file stdint_msc.hh.
#define INT_LEAST32_MIN INT32_MIN |
Definition at line 150 of file stdint_msc.hh.
#define INT_LEAST64_MAX INT64_MAX |
Definition at line 153 of file stdint_msc.hh.
#define INT_LEAST64_MIN INT64_MIN |
Definition at line 152 of file stdint_msc.hh.
#define INT_LEAST8_MAX INT8_MAX |
Definition at line 147 of file stdint_msc.hh.
#define INT_LEAST8_MIN INT8_MIN |
Definition at line 146 of file stdint_msc.hh.
#define INTMAX_C INT64_C |
Definition at line 241 of file stdint_msc.hh.
#define INTMAX_MAX INT64_MAX |
Definition at line 186 of file stdint_msc.hh.
#define INTMAX_MIN INT64_MIN |
Definition at line 185 of file stdint_msc.hh.
#define INTPTR_MAX INT32_MAX |
Definition at line 180 of file stdint_msc.hh.
#define INTPTR_MIN INT32_MIN |
Definition at line 179 of file stdint_msc.hh.
#define PTRDIFF_MAX _I32_MAX |
Definition at line 196 of file stdint_msc.hh.
#define PTRDIFF_MIN _I32_MIN |
Definition at line 195 of file stdint_msc.hh.
#define SIG_ATOMIC_MAX INT_MAX |
Definition at line 200 of file stdint_msc.hh.
#define SIG_ATOMIC_MIN INT_MIN |
Definition at line 199 of file stdint_msc.hh.
#define SIZE_MAX _UI32_MAX |
Definition at line 206 of file stdint_msc.hh.
#define UINT16_C | ( | val | ) | val##ui16 |
Definition at line 236 of file stdint_msc.hh.
#define UINT16_MAX _UI16_MAX |
Definition at line 141 of file stdint_msc.hh.
#define UINT32_C | ( | val | ) | val##ui32 |
Definition at line 237 of file stdint_msc.hh.
#define UINT32_MAX _UI32_MAX |
Definition at line 142 of file stdint_msc.hh.
#define UINT64_C | ( | val | ) | val##ui64 |
Definition at line 238 of file stdint_msc.hh.
#define UINT64_MAX _UI64_MAX |
Definition at line 143 of file stdint_msc.hh.
#define UINT8_C | ( | val | ) | val##ui8 |
Definition at line 235 of file stdint_msc.hh.
#define UINT8_MAX _UI8_MAX |
Definition at line 140 of file stdint_msc.hh.
#define UINT_FAST16_MAX UINT16_MAX |
Definition at line 169 of file stdint_msc.hh.
#define UINT_FAST32_MAX UINT32_MAX |
Definition at line 170 of file stdint_msc.hh.
#define UINT_FAST64_MAX UINT64_MAX |
Definition at line 171 of file stdint_msc.hh.
#define UINT_FAST8_MAX UINT8_MAX |
Definition at line 168 of file stdint_msc.hh.
#define UINT_LEAST16_MAX UINT16_MAX |
Definition at line 155 of file stdint_msc.hh.
#define UINT_LEAST32_MAX UINT32_MAX |
Definition at line 156 of file stdint_msc.hh.
#define UINT_LEAST64_MAX UINT64_MAX |
Definition at line 157 of file stdint_msc.hh.
#define UINT_LEAST8_MAX UINT8_MAX |
Definition at line 154 of file stdint_msc.hh.
#define UINTMAX_C UINT64_C |
Definition at line 242 of file stdint_msc.hh.
#define UINTMAX_MAX UINT64_MAX |
Definition at line 187 of file stdint_msc.hh.
#define UINTPTR_MAX UINT32_MAX |
Definition at line 181 of file stdint_msc.hh.
#define WCHAR_MAX _UI16_MAX |
Definition at line 215 of file stdint_msc.hh.
#define WCHAR_MIN 0 |
Definition at line 212 of file stdint_msc.hh.
#define WINT_MAX _UI16_MAX |
Definition at line 219 of file stdint_msc.hh.
#define WINT_MIN 0 |
Definition at line 218 of file stdint_msc.hh.
typedef signed short int16_t |
Definition at line 76 of file stdint_msc.hh.
typedef signed int int32_t |
Definition at line 77 of file stdint_msc.hh.
typedef signed __int64 int64_t |
Definition at line 89 of file stdint_msc.hh.
typedef signed char int8_t |
Definition at line 75 of file stdint_msc.hh.
typedef int16_t int_fast16_t |
Definition at line 105 of file stdint_msc.hh.
typedef int32_t int_fast32_t |
Definition at line 106 of file stdint_msc.hh.
typedef int64_t int_fast64_t |
Definition at line 107 of file stdint_msc.hh.
typedef int8_t int_fast8_t |
Definition at line 104 of file stdint_msc.hh.
typedef int16_t int_least16_t |
Definition at line 95 of file stdint_msc.hh.
typedef int32_t int_least32_t |
Definition at line 96 of file stdint_msc.hh.
typedef int64_t int_least64_t |
Definition at line 97 of file stdint_msc.hh.
typedef int8_t int_least8_t |
Definition at line 94 of file stdint_msc.hh.
Definition at line 123 of file stdint_msc.hh.
typedef signed int intptr_t |
Definition at line 118 of file stdint_msc.hh.
typedef unsigned short uint16_t |
Definition at line 79 of file stdint_msc.hh.
typedef unsigned int uint32_t |
Definition at line 80 of file stdint_msc.hh.
typedef unsigned __int64 uint64_t |
Definition at line 90 of file stdint_msc.hh.
typedef unsigned char uint8_t |
Definition at line 78 of file stdint_msc.hh.
typedef uint16_t uint_fast16_t |
Definition at line 109 of file stdint_msc.hh.
typedef uint32_t uint_fast32_t |
Definition at line 110 of file stdint_msc.hh.
typedef uint64_t uint_fast64_t |
Definition at line 111 of file stdint_msc.hh.
typedef uint8_t uint_fast8_t |
Definition at line 108 of file stdint_msc.hh.
typedef uint16_t uint_least16_t |
Definition at line 99 of file stdint_msc.hh.
typedef uint32_t uint_least32_t |
Definition at line 100 of file stdint_msc.hh.
typedef uint64_t uint_least64_t |
Definition at line 101 of file stdint_msc.hh.
typedef uint8_t uint_least8_t |
Definition at line 98 of file stdint_msc.hh.
Definition at line 124 of file stdint_msc.hh.
typedef unsigned int uintptr_t |
Definition at line 119 of file stdint_msc.hh.