STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Macros | Typedefs | Functions
yvals.h File Reference
#include <xkeycheck.h>
#include <crtdefs.h>
#include <use_ansi.h>

Go to the source code of this file.

Macros

#define _YVALS
 
#define _CPPLIB_VER   650
 
#define _HAS_VARIABLE_TEMPLATES   1
 
#define _NOEXCEPT   noexcept
 
#define _NOEXCEPT_OP(x)   noexcept(x)
 
#define _HAS_CXX17   0
 
#define _HAS_AUTO_PTR_ETC   1
 
#define _HAS_OLD_IOSTREAMS_MEMBERS   1
 
#define _HAS_FUNCTION_ASSIGN   1
 
#define _HAS_TR1_NAMESPACE   1
 
#define _HAS_IDENTITY_STRUCT   1
 
#define __PURE_APPDOMAIN_GLOBAL
 
#define _CRT_MSVCP_CURRENT   "msvcp140.dll"
 
#define _MULTI_THREAD   1 /* nontrivial locks if multithreaded */
 
#define _GLOBAL_USING   1
 
#define _NO_LOCALES   0
 
#define _HAS_ITERATOR_DEBUGGING   0
 
#define _SECURE_SCL   0
 
#define _ITERATOR_DEBUG_LEVEL   0
 
#define _STRINGIZEX(x)   #x
 
#define _STRINGIZE(x)   _STRINGIZEX(x)
 
#define _ITERATOR_DEBUG_ARRAY_OVERLOADS   0
 
#define _SECURE_SCL_DEPRECATE   1
 
#define _SCL_INSECURE_DEPRECATE_FN(_Func)
 
#define _SCL_SECURE_INVALID_PARAMETER(expr)   _CRT_SECURE_INVALID_PARAMETER(expr)
 
#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)
 
#define _SCL_SECURE_ALWAYS_VALIDATE_RANGE(cond)
 
#define _SCL_SECURE_CRT_VALIDATE(cond, retvalue)
 
#define _SCL_SECURE_VALIDATE(cond)
 
#define _SCL_SECURE_VALIDATE_RANGE(cond)
 
#define _SCL_SECURE_INVALID_ARGUMENT
 
#define _SCL_SECURE_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 _CRTIMP2_NCEEPURE   _CRTIMP2
 
#define _MRTIMP2_PURE   _MRTIMP2
 
#define _MRTIMP2_PURE_NPURE   _MRTIMP2_NPURE
 
#define _MRTIMP2_NPURE
 
#define _CRTIMP2_PURE   _CRTIMP2
 
#define _CRTDATA2   _CRTIMP2
 
#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 _LONGLONG   long long
 
#define _ULONGLONG   unsigned long long
 
#define _LLONG_MAX   0x7fffffffffffffff
 
#define _ULLONG_MAX   0xffffffffffffffff
 
#define _C2   1 /* 0 if not 2's complement */
 
#define _MAX_EXP_DIG   8 /* for parsing numerics */
 
#define _MAX_INT_DIG   32
 
#define _MAX_SIG_DIG_V1   36
 
#define _MAX_SIG_DIG_V2   768
 
#define _Filet   FILE
 
#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 _LOCK_AT_THREAD_EXIT   4
 
#define _RELIABILITY_CONTRACT
 
#define _Mbstinit(x)   mbstate_t x = {}
 

Typedefs

typedef _LONGLONG _Longlong
 
typedef _ULONGLONG _ULonglong
 
typedef unsigned long _Uint32t
 

Functions

_C_STD_BEGIN _MRTIMP2 void __cdecl _Atexit (void(__cdecl *)(void))
 

Macro Definition Documentation

#define __PURE_APPDOMAIN_GLOBAL
#define _C2   1 /* 0 if not 2's complement */
#define _C_LIB_DECL
#define _C_STD_BEGIN
#define _C_STD_END
#define _CPPLIB_VER   650
#define _CRT_MSVCP_CURRENT   "msvcp140.dll"
#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 _CRTDATA2   _CRTIMP2
#define _CRTIMP2_NCEEPURE   _CRTIMP2
#define _CRTIMP2_PURE   _CRTIMP2
#define _CSTD
#define _END_C_LIB_DECL
#define _END_EXTERN_C
#define _EXTERN_C
#define _Filet   FILE
#define _GLOBAL_USING   1
#define _HAS_AUTO_PTR_ETC   1
#define _HAS_CXX17   0
#define _HAS_FUNCTION_ASSIGN   1
#define _HAS_IDENTITY_STRUCT   1
#define _HAS_ITERATOR_DEBUGGING   0
#define _HAS_OLD_IOSTREAMS_MEMBERS   1
#define _HAS_TR1_NAMESPACE   1
#define _HAS_VARIABLE_TEMPLATES   1
#define _IOBASE   _base
#define _IOCNT   _cnt
#define _IOPTR   _ptr
#define _ITERATOR_DEBUG_ARRAY_OVERLOADS   0
#define _ITERATOR_DEBUG_LEVEL   0
#define _LLONG_MAX   0x7fffffffffffffff
#define _LOCK_AT_THREAD_EXIT   4
#define _LOCK_DEBUG   3
#define _LOCK_LOCALE   0
#define _LOCK_MALLOC   1
#define _LOCK_STREAM   2
#define _LONGLONG   long long
#define _MAX_EXP_DIG   8 /* for parsing numerics */
#define _MAX_INT_DIG   32
#define _MAX_SIG_DIG_V1   36
#define _MAX_SIG_DIG_V2   768
#define _Mbstinit (   x)    mbstate_t x = {}
#define _MRTIMP2_NPURE
#define _MRTIMP2_PURE   _MRTIMP2
#define _MRTIMP2_PURE_NPURE   _MRTIMP2_NPURE
#define _MULTI_THREAD   1 /* nontrivial locks if multithreaded */
#define _NO_LOCALES   0
#define _NOEXCEPT   noexcept
#define _NOEXCEPT_OP (   x)    noexcept(x)
#define _RELIABILITY_CONTRACT
#define _SCL_INSECURE_DEPRECATE_FN (   _Func)
#define _SCL_SECURE_ALWAYS_VALIDATE (   cond)
Value:
{ \
if (!(cond)) \
{ \
_ASSERTE(#cond && 0); \
} \
}
#define _SCL_SECURE_INVALID_ARGUMENT_NO_ASSERT
Definition: yvals.h:318
#define _Analysis_assume_(expr)
Definition: sal.h:2896
if(__pUnknown!=*__ppTargetUnknown)
Definition: vccorlib.h:399
#define _SCL_SECURE_ALWAYS_VALIDATE_RANGE (   cond)
Value:
{ \
if (!(cond)) \
{ \
_ASSERTE(#cond && 0); \
} \
}
#define _SCL_SECURE_OUT_OF_RANGE_NO_ASSERT
Definition: yvals.h:319
#define _Analysis_assume_(expr)
Definition: sal.h:2896
if(__pUnknown!=*__ppTargetUnknown)
Definition: vccorlib.h:399
#define _SCL_SECURE_CRT_VALIDATE (   cond,
  retvalue 
)
Value:
{ \
if (!(cond)) \
{ \
_ASSERTE(#cond && 0); \
return (retvalue); \
} \
}
#define _SCL_SECURE_INVALID_PARAMETER(expr)
Definition: yvals.h:315
return(_PAIR_TYPE(_FwdIt)(_First, _First))
if(__pUnknown!=*__ppTargetUnknown)
Definition: vccorlib.h:399
#define _SCL_SECURE_INVALID_ARGUMENT
#define _SCL_SECURE_INVALID_ARGUMENT_NO_ASSERT   _SCL_SECURE_INVALID_PARAMETER("invalid argument")
#define _SCL_SECURE_INVALID_PARAMETER (   expr)    _CRT_SECURE_INVALID_PARAMETER(expr)
#define _SCL_SECURE_OUT_OF_RANGE
#define _SCL_SECURE_OUT_OF_RANGE_NO_ASSERT   _SCL_SECURE_INVALID_PARAMETER("out of range")
#define _SCL_SECURE_VALIDATE (   cond)
#define _SCL_SECURE_VALIDATE_RANGE (   cond)
#define _SECURE_SCL   0
#define _SECURE_SCL_DEPRECATE   1
#define _STD
#define _STD_BEGIN
#define _STD_END
#define _STRINGIZE (   x)    _STRINGIZEX(x)
#define _STRINGIZEX (   x)    #x
#define _ULLONG_MAX   0xffffffffffffffff
#define _ULONGLONG   unsigned long long
#define _YVALS

Typedef Documentation

typedef unsigned long _Uint32t

Function Documentation

_C_STD_BEGIN _MRTIMP2 void __cdecl _Atexit ( void(__cdecl *)(void )