#include <Properties.hh>
Public Member Functions | |
virtual bool | getBool (const std::string &property, bool defaultValue) |
virtual int | getInt (const std::string &property, int defaultValue) |
virtual std::string | getString (const std::string &property, const char *defaultValue) |
virtual void | load (std::istream &in) |
Properties () | |
virtual void | save (std::ostream &out) |
virtual | ~Properties () |
Protected Member Functions | |
virtual void | _substituteVariables (std::string &value) |
Definition at line 19 of file Properties.hh.
log4cpp::Properties::Properties | ( | ) |
Definition at line 12 of file Properties.cpp.
log4cpp::Properties::~Properties | ( | ) | [virtual] |
Definition at line 15 of file Properties.cpp.
void log4cpp::Properties::_substituteVariables | ( | std::string & | value | ) | [protected, virtual] |
Definition at line 95 of file Properties.cpp.
bool log4cpp::Properties::getBool | ( | const std::string & | property, | |
bool | defaultValue | |||
) | [virtual] |
Definition at line 84 of file Properties.cpp.
int log4cpp::Properties::getInt | ( | const std::string & | property, | |
int | defaultValue | |||
) | [virtual] |
Definition at line 79 of file Properties.cpp.
std::string log4cpp::Properties::getString | ( | const std::string & | property, | |
const char * | defaultValue | |||
) | [virtual] |
Definition at line 89 of file Properties.cpp.
void log4cpp::Properties::load | ( | std::istream & | in | ) | [virtual] |
Definition at line 18 of file Properties.cpp.
void log4cpp::Properties::save | ( | std::ostream & | out | ) | [virtual] |
Definition at line 73 of file Properties.cpp.