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

ps
Class CParserValue

   in Parser.h
   in Parser.cpp

class CParserValue


Field Summary
 std::string m_String
          
 
Constructor Summary
CParserValue()
          
~CParserValue()
          
 
Method Summary
 bool GetBool( bool& ret )
          
 bool GetChar( char& ret )
          
 bool GetDouble( double& ret )
          
 bool GetFloat( float& ret )
          
 bool GetInt( int& ret )
          
 bool GetLong( long& ret )
          
 bool GetShort( short& ret )
          
 bool GetString( std::string& ret )
          
 bool GetString( CStr& ret )
          
 bool GetUnsignedInt( unsigned int& ret )
          
 bool GetUnsignedLong( unsigned long& ret )
          
 bool GetUnsignedShort( unsigned short& ret )
          
 

Field Detail

m_String

public std::string m_String;


Constructor Detail

CParserValue

public CParserValue();

~CParserValue

public ~CParserValue();


Method Detail

GetBool

public bool GetBool( bool& ret );

GetChar

public bool GetChar( char& ret );

GetDouble

public bool GetDouble( double& ret );

GetFloat

public bool GetFloat( float& ret );

GetInt

public bool GetInt( int& ret );

GetLong

public bool GetLong( long& ret );

GetShort

public bool GetShort( short& ret );

GetString

public bool GetString( std::string& ret );

GetString

public bool GetString( CStr& ret );

GetUnsignedInt

public bool GetUnsignedInt( unsigned int& ret );

GetUnsignedLong

public bool GetUnsignedLong( unsigned long& ret );

GetUnsignedShort

public bool GetUnsignedShort( unsigned short& ret );

 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