Public Member Functions | Protected Member Functions | List of all members
log4cpp::Properties Class Reference

#include <Properties.hh>

Inheritance diagram for log4cpp::Properties:
Inheritance graph
[legend]

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)
 

Detailed Description

Definition at line 19 of file Properties.hh.

Constructor & Destructor Documentation

log4cpp::Properties::Properties ( )

Definition at line 15 of file Properties.cpp.

log4cpp::Properties::~Properties ( )
virtual

Definition at line 18 of file Properties.cpp.

Member Function Documentation

void log4cpp::Properties::_substituteVariables ( std::string &  value)
protectedvirtual

Definition at line 111 of file Properties.cpp.

bool log4cpp::Properties::getBool ( const std::string &  property,
bool  defaultValue 
)
virtual

Definition at line 100 of file Properties.cpp.

int log4cpp::Properties::getInt ( const std::string &  property,
int  defaultValue 
)
virtual

Definition at line 95 of file Properties.cpp.

std::string log4cpp::Properties::getString ( const std::string &  property,
const char *  defaultValue 
)
virtual

Definition at line 105 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 89 of file Properties.cpp.


The documentation for this class was generated from the following files:


log4cpp
Author(s): Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung
autogenerated on Sun Jun 23 2019 19:10:00