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   610
 
#define _HAS_DECLTYPE   1
 
#define _HAS_INITIALIZER_LISTS   1
 
#define _HAS_REF_QUALIFIER   0
 
#define _HAS_RVALUE_REFERENCES   1
 
#define _HAS_SCOPED_ENUM   1
 
#define _HAS_TEMPLATE_ALIAS   1
 
#define _HAS_VARIADIC_TEMPLATES   1
 
#define _HAS_CPP0X   1
 
#define _NOEXCEPT   throw ()
 
#define _NOEXCEPT_OP(x)
 
#define __PURE_APPDOMAIN_GLOBAL
 
#define __CLRCALL_PURE_OR_CDECL   __cdecl
 
#define _CRT_MSVCP_CURRENT   "MSVCP120.dll"
 
#define _WIN32_C_LIB   1
 
#define _MULTI_THREAD   1 /* nontrivial locks if multithreaded */
 
#define _IOSTREAM_OP_LOCKS   1 /* lock iostream operations */
 
#define _GLOBAL_LOCALE   0 /* 0 for per-thread locales, 1 for shared */
 
#define _COMPILER_TLS   1 /* 1 if compiler supports TLS directly */
 
#define _TLS_QUAL   __declspec(thread) /* TLS qualifier, if any */
 
#define _HAS_EXCEPTIONS   1 /* predefine as 0 to disable exceptions */
 
#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
 
#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_s((dest), (destsize), (source), (count))
 
#define _CRT_SECURE_MEMMOVE(dest, destsize, source, count)   ::memmove_s((dest), (destsize), (source), (count))
 
#define _CRT_SECURE_WMEMCPY(dest, destsize, source, count)   ::wmemcpy_s((dest), (destsize), (source), (count))
 
#define _CRT_SECURE_WMEMMOVE(dest, destsize, source, count)   ::wmemmove_s((dest), (destsize), (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   __int64
 
#define _ULONGLONG   unsigned __int64
 
#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   36
 
#define _Filet   _iobuf
 
#define _IOBASE   _base
 
#define _IOPTR   _ptr
 
#define _IOCNT   _cnt
 
#define _HAS_CHAR16_T_LANGUAGE_SUPPORT   0
 
#define _CHAR16T
 
#define _LOCK_LOCALE   0
 
#define _LOCK_MALLOC   1
 
#define _LOCK_STREAM   2
 
#define _LOCK_DEBUG   3
 
#define _MAX_LOCK   4 /* one more than highest lock number */
 
#define _RELIABILITY_CONTRACT
 
#define _Mbstinit(x)   mbstate_t x = {0}
 
#define _THROW_BAD_ALLOC   _THROW1(...)
 
#define _NO_RETURN(fun)   __declspec(noreturn) void fun
 

Typedefs

typedef _LONGLONG _Longlong
 
typedef _ULONGLONG _ULonglong
 
typedef unsigned short char16_t
 
typedef unsigned int char32_t
 
typedef int _Mbstatet
 
typedef unsigned long _Uint32t
 

Functions

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

Macro Definition Documentation

#define __CLRCALL_PURE_OR_CDECL   __cdecl
#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 _CHAR16T
#define _COMPILER_TLS   1 /* 1 if compiler supports TLS directly */
#define _CPPLIB_VER   610
#define _CRT_MSVCP_CURRENT   "MSVCP120.dll"
#define _CRT_SECURE_MEMCPY (   dest,
  destsize,
  source,
  count 
)    ::memcpy_s((dest), (destsize), (source), (count))
#define _CRT_SECURE_MEMMOVE (   dest,
  destsize,
  source,
  count 
)    ::memmove_s((dest), (destsize), (source), (count))
#define _CRT_SECURE_WMEMCPY (   dest,
  destsize,
  source,
  count 
)    ::wmemcpy_s((dest), (destsize), (source), (count))
#define _CRT_SECURE_WMEMMOVE (   dest,
  destsize,
  source,
  count 
)    ::wmemmove_s((dest), (destsize), (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   _iobuf
#define _GLOBAL_LOCALE   0 /* 0 for per-thread locales, 1 for shared */
#define _GLOBAL_USING   1
#define _HAS_CHAR16_T_LANGUAGE_SUPPORT   0
#define _HAS_CPP0X   1
#define _HAS_DECLTYPE   1
#define _HAS_EXCEPTIONS   1 /* predefine as 0 to disable exceptions */
#define _HAS_INITIALIZER_LISTS   1
#define _HAS_ITERATOR_DEBUGGING   0
#define _HAS_REF_QUALIFIER   0
#define _HAS_RVALUE_REFERENCES   1
#define _HAS_SCOPED_ENUM   1
#define _HAS_TEMPLATE_ALIAS   1
#define _HAS_VARIADIC_TEMPLATES   1
#define _IOBASE   _base
#define _IOCNT   _cnt
#define _IOPTR   _ptr
#define _IOSTREAM_OP_LOCKS   1 /* lock iostream operations */
#define _ITERATOR_DEBUG_ARRAY_OVERLOADS   0
#define _ITERATOR_DEBUG_LEVEL   0
#define _LLONG_MAX   0x7fffffffffffffff
#define _LOCK_DEBUG   3
#define _LOCK_LOCALE   0
#define _LOCK_MALLOC   1
#define _LOCK_STREAM   2
#define _LONGLONG   __int64
#define _MAX_EXP_DIG   8 /* for parsing numerics */
#define _MAX_INT_DIG   32
#define _MAX_LOCK   4 /* one more than highest lock number */
#define _MAX_SIG_DIG   36
#define _Mbstinit (   x)    mbstate_t x = {0}
#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 _NO_RETURN (   fun )    __declspec(noreturn) void fun
#define _NOEXCEPT   throw ()
#define _NOEXCEPT_OP (   x)
#define _RELIABILITY_CONTRACT
#define _SCL_INSECURE_DEPRECATE
#define _SCL_SECURE_ALWAYS_VALIDATE (   cond)
Value:
{ \
if (!(cond)) \
{ \
_ASSERTE(#cond && 0); \
} \
}
#define _SCL_SECURE_INVALID_ARGUMENT_NO_ASSERT
Definition: yvals.h:273
#define _ASSERTE(expr)
Definition: crtdbg.h:216
#define _Analysis_assume_(expr)
Definition: sal.h:2916
if(__pUnknown!=*__ppTargetUnknown)
Definition: vccorlib.h:394
#define _SCL_SECURE_ALWAYS_VALIDATE_RANGE (   cond)
Value:
{ \
if (!(cond)) \
{ \
_ASSERTE(#cond && 0); \
} \
}
#define _ASSERTE(expr)
Definition: crtdbg.h:216
#define _SCL_SECURE_OUT_OF_RANGE_NO_ASSERT
Definition: yvals.h:274
#define _Analysis_assume_(expr)
Definition: sal.h:2916
if(__pUnknown!=*__ppTargetUnknown)
Definition: vccorlib.h:394
#define _SCL_SECURE_CRT_VALIDATE (   cond,
  retvalue 
)
Value:
{ \
if (!(cond)) \
{ \
_ASSERTE(#cond && 0); \
return (retvalue); \
} \
}
#define _SCL_SECURE_INVALID_PARAMETER(expr)
Definition: yvals.h:270
#define _ASSERTE(expr)
Definition: crtdbg.h:216
return(_PAIR_TYPE(_FwdIt)(_First, _First))
if(__pUnknown!=*__ppTargetUnknown)
Definition: vccorlib.h:394
#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 _THROW_BAD_ALLOC   _THROW1(...)
#define _TLS_QUAL   __declspec(thread) /* TLS qualifier, if any */
#define _ULLONG_MAX   0xffffffffffffffff
#define _ULONGLONG   unsigned __int64
#define _WIN32_C_LIB   1
#define _YVALS

Typedef Documentation

typedef int _Mbstatet
typedef unsigned long _Uint32t
typedef unsigned short char16_t
typedef unsigned int char32_t

Function Documentation

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