$search

log4cpp::AppendersFactory Class Reference

#include <AppendersFactory.hh>

List of all members.

Public Types

typedef std::auto_ptr< Appender >(* create_function_t )(const params_t &params)
typedef FactoryParams params_t

Public Member Functions

std::auto_ptr< Appendercreate (const std::string &class_name, const params_t &params)
void registerCreator (const std::string &class_name, create_function_t create_function)
bool registered (const std::string &class_name) const

Static Public Member Functions

static AppendersFactorygetInstance ()

Private Types

typedef creators_t::const_iterator const_iterator
typedef std::map< std::string,
create_function_t
creators_t

Private Member Functions

 AppendersFactory ()

Private Attributes

creators_t creators_

Detailed Description

Definition at line 11 of file AppendersFactory.hh.


Member Typedef Documentation

typedef creators_t::const_iterator log4cpp::AppendersFactory::const_iterator [private]

Definition at line 24 of file AppendersFactory.hh.

typedef std::auto_ptr<Appender>(* log4cpp::AppendersFactory::create_function_t)(const params_t &params)

Definition at line 13 of file AppendersFactory.hh.

typedef std::map<std::string, create_function_t> log4cpp::AppendersFactory::creators_t [private]

Definition at line 21 of file AppendersFactory.hh.

Definition at line 12 of file AppendersFactory.hh.


Constructor & Destructor Documentation

log4cpp::AppendersFactory::AppendersFactory (  )  [inline, private]

Definition at line 21 of file AppendersFactory.hh.


Member Function Documentation

std::auto_ptr< Appender > log4cpp::AppendersFactory::create ( const std::string &  class_name,
const params_t params 
)

Definition at line 64 of file AppendersFactory.cpp.

AppendersFactory & log4cpp::AppendersFactory::getInstance (  )  [static]

Definition at line 18 of file AppendersFactory.cpp.

void log4cpp::AppendersFactory::registerCreator ( const std::string &  class_name,
create_function_t  create_function 
)

Definition at line 55 of file AppendersFactory.cpp.

bool log4cpp::AppendersFactory::registered ( const std::string &  class_name  )  const

Definition at line 73 of file AppendersFactory.cpp.


Member Data Documentation

Definition at line 26 of file AppendersFactory.hh.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


log4cpp
Author(s): Stephen Roderick
autogenerated on Fri Mar 1 16:23:50 2013