#include <Properties.hh>
Public Methods | |
Properties () | |
virtual | ~Properties () |
virtual void | load (std::istream &in) |
virtual void | save (std::ostream &out) |
virtual int | getInt (const std::string &property, int defaultValue) |
virtual bool | getBool (const std::string &property, bool defaultValue) |
virtual std::string | getString (const std::string &property, const char *defaultValue) |
Protected Methods | |
virtual void | _substituteVariables (std::string &value) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|