utilities::PropertiesParser Class Reference
#include <PropertiesParser.h>
List of all members.
Constructor & Destructor Documentation
utilities::PropertiesParser::PropertiesParser |
( |
|
) |
[inline] |
utilities::PropertiesParser::~PropertiesParser |
( |
|
) |
|
Member Function Documentation
void utilities::PropertiesParser::addVariable |
( |
const char * |
name, |
|
|
utilities::Mutator * |
m | |
|
) |
| | |
void utilities::PropertiesParser::addVariable |
( |
const std::string & |
name, |
|
|
utilities::Mutator * |
m | |
|
) |
| | |
bool utilities::PropertiesParser::hasUnrecognized |
( |
|
) |
const |
void utilities::PropertiesParser::printUnrecognized |
( |
std::ostream & |
out |
) |
const |
void utilities::PropertiesParser::printValues |
( |
std::ostream & |
out, |
|
|
const std::string & |
pre, |
|
|
const std::string & |
sep | |
|
) |
| | const |
void utilities::PropertiesParser::readValues |
( |
std::istream & |
is |
) |
|
void utilities::PropertiesParser::readVariable |
( |
std::istream & |
is |
) |
|
template<class T >
void utilities::PropertiesParser::registerPropertiesVar |
( |
const std::string & |
name, |
|
|
T & |
t | |
|
) |
| | [inline] |
The documentation for this class was generated from the following files: