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

ps
Struct anonymous_namespace_1::WriteTable

   in ProfileViewer.cpp

struct anonymous_namespace_1::WriteTable


Field Summary
 std::ofstream& f
          
 
Constructor Summary
WriteTable( std::ofstream& f )
          
 
Method Summary
 void operator()( AbstractProfileTable* table )
          
private const WriteTable& operator=( const WriteTable& )
          
 void WriteRows( int indent, AbstractProfileTable* table, std::vector< CStr >& data )
          
 

Field Detail

f

public std::ofstream& f;


Constructor Detail

WriteTable

public WriteTable( std::ofstream& f );


Method Detail

operator()

public void operator()( AbstractProfileTable* table );

operator=

private const WriteTable& operator=( const WriteTable& );

WriteRows

public void WriteRows( int indent, AbstractProfileTable* table, std::vector< CStr >& data );

 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