doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
va_stack_t Struct Reference

Public Attributes

FormatType type
 
int flags
 
int width
 
int precision
 
union {
   char *   str
 
   void *   ptr
 
   long   num
 
   double   dnum
 
data
 

Detailed Description

Definition at line 122 of file mprintf.c.

Member Data Documentation

union { ... } va_stack_t::data
double va_stack_t::dnum

Definition at line 134 of file mprintf.c.

int va_stack_t::flags

Definition at line 124 of file mprintf.c.

long va_stack_t::num

Definition at line 130 of file mprintf.c.

int va_stack_t::precision

Definition at line 126 of file mprintf.c.

void* va_stack_t::ptr

Definition at line 129 of file mprintf.c.

char* va_stack_t::str

Definition at line 128 of file mprintf.c.

FormatType va_stack_t::type

Definition at line 123 of file mprintf.c.

int va_stack_t::width

Definition at line 125 of file mprintf.c.


The documentation for this struct was generated from the following file: