#include <Parser.h>
Definition at line 91 of file Parser.h.
CParserValue::CParserValue |
( |
| ) |
|
CParserValue::~CParserValue |
( |
| ) |
|
bool CParserValue::GetBool |
( |
bool & |
ret | ) |
|
bool CParserValue::GetChar |
( |
char & |
ret | ) |
|
bool CParserValue::GetDouble |
( |
double & |
ret | ) |
|
bool CParserValue::GetFloat |
( |
float & |
ret | ) |
|
bool CParserValue::GetInt |
( |
int & |
ret | ) |
|
bool CParserValue::GetLong |
( |
long & |
ret | ) |
|
bool CParserValue::GetShort |
( |
short & |
ret | ) |
|
bool CParserValue::GetString |
( |
std::string & |
ret | ) |
|
bool CParserValue::GetString |
( |
CStr & |
ret | ) |
|
bool CParserValue::GetUnsignedInt |
( |
unsigned int & |
ret | ) |
|
bool CParserValue::GetUnsignedLong |
( |
unsigned long & |
ret | ) |
|
bool CParserValue::GetUnsignedShort |
( |
unsigned short & |
ret | ) |
|
std::string CParserValue::m_String |
The documentation for this class was generated from the following files: