Navigation

Operators and Keywords

Function List:

C++ API

argument Struct Reference

#include <printf-args.h>

List of all members.

Public Attributes

arg_type type
union {
   signed char   a_schar
   unsigned char   a_uchar
   short   a_short
   unsigned short   a_ushort
   int   a_int
   unsigned int   a_uint
   long int   a_longint
   unsigned long int   a_ulongint
   float   a_float
   double   a_double
   long double   a_longdouble
   int   a_char
   const char *   a_string
   void *   a_pointer
   signed char *   a_count_schar_pointer
   short *   a_count_short_pointer
   int *   a_count_int_pointer
   long int *   a_count_longint_pointer
a

Member Data Documentation

union { ... } argument::a
signed char argument::a_schar
const char* argument::a_string
unsigned char argument::a_uchar
unsigned int argument::a_uint
unsigned long int argument::a_ulongint
unsigned short argument::a_ushort

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines