STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Macros | Typedefs
vadefs.h File Reference

Go to the source code of this file.

Macros

#define _INC_VADEFS
 
#define _CRT_PACKING   8
 
#define _W64
 
#define _UINTPTR_T_DEFINED
 
#define _VA_LIST_DEFINED
 
#define _ADDRESSOF(v)   (&(v))
 
#define _SLOTSIZEOF(t)   (sizeof(t))
 
#define _APALIGN(t, ap)   (__alignof(t))
 
#define __crt_va_start(ap, x)   __crt_va_start_a(ap, x)
 

Typedefs

typedef unsigned int uintptr_t
 
typedef char * va_list
 

Macro Definition Documentation

#define __crt_va_start (   ap,
 
)    __crt_va_start_a(ap, x)
#define _ADDRESSOF (   v)    (&(v))
#define _APALIGN (   t,
  ap 
)    (__alignof(t))
#define _CRT_PACKING   8
#define _INC_VADEFS
#define _SLOTSIZEOF (   t)    (sizeof(t))
#define _UINTPTR_T_DEFINED
#define _VA_LIST_DEFINED
#define _W64

Typedef Documentation

typedef unsigned int uintptr_t
typedef char* va_list