C API Documentation
Public Member Functions | Public Attributes | Protected Member Functions | Friends | List of all members
rr::IniKey Class Reference

Public Member Functions

 IniKey (const std::string &key="")
 
void ReKey (const std::string &key)
 
std::string AsString () const
 
int AsBool () const
 
int AsInt () const
 
double AsFloat () const
 
std::complex< double > AsComplex () const
 

Public Attributes

std::string mKey
 
std::string mValue
 
std::string mComment
 

Protected Member Functions

void SetupKey (const std::string &key)
 

Friends

RR_DECLSPEC friend std::ostream & operator<< (std::ostream &stream, const IniKey &aKey)
 

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