Defines |
| #define | _CPPLIB_VER 405 |
| #define | __PURE_APPDOMAIN_GLOBAL |
| #define | _WIN32_C_LIB 1 |
| #define | _MULTI_THREAD 1 |
| #define | _IOSTREAM_OP_LOCKS 1 |
| #define | _GLOBAL_LOCALE 0 |
| #define | _COMPILER_TLS 1 |
| #define | _TLS_QUAL __declspec(thread) |
| #define | _HAS_EXCEPTIONS 1 |
| #define | _HAS_NAMESPACE 1 |
| #define | _HAS_IMMUTABLE_SETS 0 |
| #define | _HAS_STRICT_CONFORMANCE 0 |
| #define | _GLOBAL_USING 1 |
| #define | _HAS_ITERATOR_DEBUGGING 0 |
| #define | __STR2WSTR(str) L##str |
| #define | _STR2WSTR(str) __STR2WSTR(str) |
| #define | __FILEW__ _STR2WSTR(__FILE__) |
| #define | __FUNCTIONW__ _STR2WSTR(__FUNCTION__) |
| #define | _SCL_SECURE_INVALID_PARAMETER(expr) ::_invalid_parameter_noinfo() |
| #define | _SCL_SECURE_INVALID_ARGUMENT_NO_ASSERT _SCL_SECURE_INVALID_PARAMETER("invalid argument") |
| #define | _SCL_SECURE_OUT_OF_RANGE_NO_ASSERT _SCL_SECURE_INVALID_PARAMETER("out of range") |
| #define | _SCL_SECURE_ALWAYS_VALIDATE(cond) { if (!(cond)) { _ASSERTE((#cond,0)); _SCL_SECURE_INVALID_ARGUMENT_NO_ASSERT; } } |
| #define | _SCL_SECURE_ALWAYS_VALIDATE_RANGE(cond) { if (!(cond)) { _ASSERTE((#cond,0)); _SCL_SECURE_OUT_OF_RANGE_NO_ASSERT; } } |
| #define | _SCL_SECURE_CRT_VALIDATE(cond, retvalue) { if (!(cond)) { _ASSERTE((#cond,0)); _SCL_SECURE_INVALID_PARAMETER(cond); return (retvalue); } } |
| #define | _SCL_SECURE_VALIDATE(cond) |
| #define | _SCL_SECURE_VALIDATE_RANGE(cond) |
| #define | _SCL_SECURE_INVALID_ARGUMENT |
| #define | _SCL_SECURE_OUT_OF_RANGE |
| #define | _SCL_SECURE_MOVE(func, dst, size, src, count) func((dst),(src),(count)) |
| #define | _SCL_SECURE_COPY(func, dst, size, src, count) func((dst),(src),(count)) |
| #define | _SECURE_VALIDATION _Secure_validation |
| #define | _SECURE_VALIDATION_DEFAULT false |
| #define | _SCL_SECURE_TRAITS_VALIDATE(cond) |
| #define | _SCL_SECURE_TRAITS_VALIDATE_RANGE(cond) |
| #define | _SCL_SECURE_TRAITS_INVALID_ARGUMENT |
| #define | _SCL_SECURE_TRAITS_OUT_OF_RANGE |
| #define | _CRT_SECURE_MEMCPY(dest, destsize, source, count) ::memcpy((dest),(source),(count)) |
| #define | _CRT_SECURE_MEMMOVE(dest, destsize, source, count) ::memmove((dest),(source),(count)) |
| #define | _CRT_SECURE_WMEMCPY(dest, destsize, source, count) ::wmemcpy((dest),(source),(count)) |
| #define | _CRT_SECURE_WMEMMOVE(dest, destsize, source, count) ::wmemmove((dest),(source),(count)) |
| #define | _VC6SP2 0 |
| #define | _CRTIMP2_NCEEPURE _CRTIMP |
| #define | _MRTIMP2_NPURE |
| #define | _MRTIMP2_NCEE _CRTIMP |
| #define | _MRTIMP2_NCEEPURE _CRTIMP |
| #define | _MRTIMP2_NPURE_NCEEPURE |
| #define | _DLL_CPPLIB |
| #define | _CRTIMP2_PURE _CRTIMP |
| #define | _CRTDATA2 _CRTIMP |
| #define | _DEPRECATED |
| #define | _STD_BEGIN |
| #define | _STD_END |
| #define | _STD |
| #define | _C_STD_BEGIN |
| #define | _C_STD_END |
| #define | _CSTD |
| #define | _C_LIB_DECL |
| #define | _END_C_LIB_DECL |
| #define | _EXTERN_C |
| #define | _END_EXTERN_C |
| #define | _Restrict restrict |
| #define | _LONGLONG /* __MINGW_EXTENSION */ __int64 |
| #define | _ULONGLONG /* __MINGW_EXTENSION */ unsigned __int64 |
| #define | _LLONG_MAX 0x7fffffffffffffffLL |
| #define | _ULLONG_MAX 0xffffffffffffffffULL |
| #define | _C2 1 |
| #define | _MAX_EXP_DIG 8 |
| #define | _MAX_INT_DIG 32 |
| #define | _MAX_SIG_DIG 36 |
| #define | _Filet _iobuf |
| #define | _FPOSOFF(fp) ((long)(fp)) |
| #define | _IOBASE _base |
| #define | _IOPTR _ptr |
| #define | _IOCNT _cnt |
| #define | _LOCK_LOCALE 0 |
| #define | _LOCK_MALLOC 1 |
| #define | _LOCK_STREAM 2 |
| #define | _LOCK_DEBUG 3 |
| #define | _MAX_LOCK 4 |
| #define | _RELIABILITY_CONTRACT |
| #define | _ATEXIT_T void |
| #define | _Mbstinit(x) mbstate_t x = {0} |
| #define | _EXTERN_TEMPLATE template |
| #define | _THROW_BAD_ALLOC _THROW1(...) |
Typedefs |
| typedef int | _Mbstatet |
Functions |
| _C_STD_BEGIN _CRTIMP void __cdecl | _Atexit (void(__cdecl *)(void)) |
Variables |
| __MINGW_EXTENSION typedef _LONGLONG | _Longlong |
__MINGW_EXTENSION typedef
_ULONGLONG | _ULonglong |