Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
CParserValue Class Reference

#include <Parser.h>

Public Member Functions

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

Public Attributes

std::string m_String
 

Detailed Description

Definition at line 91 of file Parser.h.

Constructor & Destructor Documentation

CParserValue::CParserValue ( )

Definition at line 91 of file Parser.cpp.

CParserValue::~CParserValue ( )

Definition at line 95 of file Parser.cpp.

Member Function Documentation

bool CParserValue::GetBool ( bool &  ret)

Definition at line 102 of file Parser.cpp.

bool CParserValue::GetChar ( char &  ret)
bool CParserValue::GetDouble ( double &  ret)

Definition at line 133 of file Parser.cpp.

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)

Definition at line 204 of file Parser.cpp.

bool CParserValue::GetString ( CStr &  ret)

Definition at line 210 of file Parser.cpp.

bool CParserValue::GetUnsignedInt ( unsigned int &  ret)
bool CParserValue::GetUnsignedLong ( unsigned long &  ret)
bool CParserValue::GetUnsignedShort ( unsigned short &  ret)

Member Data Documentation

std::string CParserValue::m_String

Definition at line 112 of file Parser.h.


The documentation for this class was generated from the following files: