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

lib.sysdep.win
Struct FormatString

FormatChunk
   |
   +--FormatString

   in wprintf.cpp

struct FormatString
extends FormatChunk


Field Summary
 std::string text
          
 
Constructor Summary
FormatString( std::string t )
          
 
Method Summary
 int ChunkType()
          
   
Methods inherited from struct FormatChunk
ChunkType
 

Field Detail

text

public std::string text;


Constructor Detail

FormatString

public FormatString( std::string t );


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