#include <Properties.hh>
|
| 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) |
|
◆ Properties()
log4cpp::Properties::Properties |
( |
| ) |
|
◆ ~Properties()
log4cpp::Properties::~Properties |
( |
| ) |
|
|
virtual |
◆ _substituteVariables()
void log4cpp::Properties::_substituteVariables |
( |
std::string & | value | ) |
|
|
protectedvirtual |
◆ getBool()
bool log4cpp::Properties::getBool |
( |
const std::string & | property, |
|
|
bool | defaultValue ) |
|
virtual |
◆ getInt()
int log4cpp::Properties::getInt |
( |
const std::string & | property, |
|
|
int | defaultValue ) |
|
virtual |
◆ getString()
std::string log4cpp::Properties::getString |
( |
const std::string & | property, |
|
|
const char * | defaultValue ) |
|
virtual |
◆ load()
void log4cpp::Properties::load |
( |
std::istream & | in | ) |
|
|
virtual |
◆ save()
void log4cpp::Properties::save |
( |
std::ostream & | out | ) |
|
|
virtual |
The documentation for this class was generated from the following files: