|
STLdoc
STLdocumentation
|
#include <tr1/cstdarg>Go to the source code of this file.
Macros | |
| #define | _STDARG_H |
| #define | _ANSI_STDARG_H_ |
| #define | __GNUC_VA_LIST |
| #define | va_start(v, l) __builtin_va_start(v,l) |
| #define | va_end(v) __builtin_va_end(v) |
| #define | va_arg(v, l) __builtin_va_arg(v,l) |
| #define | va_copy(d, s) __builtin_va_copy(d,s) |
| #define | __va_copy(d, s) __builtin_va_copy(d,s) |
| #define | _VA_LIST_ |
| #define | _VA_LIST |
| #define | _VA_LIST_DEFINED |
| #define | _VA_LIST_T_H |
| #define | __va_list__ |
Typedefs | |
| typedef __builtin_va_list | __gnuc_va_list |
| typedef __gnuc_va_list | va_list |
This is a TR1 C++ Library header.
| #define __GNUC_VA_LIST |
| #define __va_copy | ( | d, | |
| s | |||
| ) | __builtin_va_copy(d,s) |
| #define __va_list__ |
| #define _ANSI_STDARG_H_ |
| #define _STDARG_H |
| #define _VA_LIST |
| #define _VA_LIST_ |
| #define _VA_LIST_DEFINED |
| #define _VA_LIST_T_H |
| #define va_arg | ( | v, | |
| l | |||
| ) | __builtin_va_arg(v,l) |
| #define va_copy | ( | d, | |
| s | |||
| ) | __builtin_va_copy(d,s) |
| #define va_end | ( | v | ) | __builtin_va_end(v) |
| #define va_start | ( | v, | |
| l | |||
| ) | __builtin_va_start(v,l) |
| typedef __builtin_va_list __gnuc_va_list |
| typedef __gnuc_va_list va_list |
1.8.6