ps
Class CParserValue
in Parser.h
in Parser.cpp
- class CParserValue
m_String
public std::string m_String;
CParserValue
public CParserValue();
~CParserValue
public ~CParserValue();
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 );