Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib.sysdep.win
Struct FormatVariable

FormatChunk
   |
   +--FormatVariable

   in wprintf.cpp

struct FormatVariable
extends FormatChunk


Field Summary
 char flags
          
 int length
          
 int position
          
 int precision
          
 char type
          
 int width
          
 
Method Summary
 int ChunkType()
          
   
Methods inherited from struct FormatChunk
ChunkType
 

Field Detail

flags

public char flags;

length

public int length;

position

public int position;

precision

public int precision;

type

public char type;

width

public int width;


Method Detail

ChunkType

public int ChunkType();

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD