log4cplus
2.0.0
|
This is the base class for all factories. More...
#include <factory.h>
Public Member Functions | |
virtual | ~BaseFactory ()=0 |
virtual log4cplus::tstring const & | getTypeName () const =0 |
Returns the typename of the objects this factory creates. |
virtual log4cplus::spi::BaseFactory::~BaseFactory | ( | ) | [pure virtual] |
virtual log4cplus::tstring const& log4cplus::spi::BaseFactory::getTypeName | ( | ) | const [pure virtual] |
Returns the typename of the objects this factory creates.