log4cpp::Properties(3)
| log4cpp::Properties(3) | log4cpp | log4cpp::Properties(3) |
NAME
log4cpp::Properties -
SYNOPSIS
#include <Properties.hh>
Public Member Functions
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 Member Functions
virtual void _substituteVariables (std::string &value)
Constructor & Destructor Documentation
log4cpp::Properties::Properties ()
log4cpp::Properties::~Properties () [virtual]
Member Function Documentation
void log4cpp::Properties::_substituteVariables (std::string &value) [protected, virtual]
bool log4cpp::Properties::getBool (const std::string &property, booldefaultValue) [virtual]
int log4cpp::Properties::getInt (const std::string &property, intdefaultValue) [virtual]
std::string log4cpp::Properties::getString (const std::string &property, const char *defaultValue) [virtual]
void log4cpp::Properties::load (std::istream &in) [virtual]
void log4cpp::Properties::save (std::ostream &out) [virtual]
Author
Generated automatically by Doxygen for log4cpp from the source code.
| Wed Jun 3 2015 | Version 1.1 |
