#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.
Definition at line 15 of file Properties.cpp.
| log4cpp::Properties::~Properties | ( | ) | [virtual] |
Definition at line 18 of file Properties.cpp.
| void log4cpp::Properties::_substituteVariables | ( | std::string & | value | ) | [protected, virtual] |
Definition at line 98 of file Properties.cpp.
| bool log4cpp::Properties::getBool | ( | const std::string & | property, |
| bool | defaultValue | ||
| ) | [virtual] |
Definition at line 87 of file Properties.cpp.
| int log4cpp::Properties::getInt | ( | const std::string & | property, |
| int | defaultValue | ||
| ) | [virtual] |
Definition at line 82 of file Properties.cpp.
| std::string log4cpp::Properties::getString | ( | const std::string & | property, |
| const char * | defaultValue | ||
| ) | [virtual] |
Definition at line 92 of file Properties.cpp.
| void log4cpp::Properties::load | ( | std::istream & | in | ) | [virtual] |
Definition at line 21 of file Properties.cpp.
| void log4cpp::Properties::save | ( | std::ostream & | out | ) | [virtual] |
Definition at line 76 of file Properties.cpp.