OFFIS DCMTK
Version 3.6.0
|
This abstract class defines the "Factory" interface to create "Appender" objects. More...
Public Types | |
typedef Filter | ProductType |
typedef FilterPtr | ProductPtr |
Public Member Functions | |
virtual FilterPtr | createObject (const log4cplus::helpers::Properties &props, log4cplus::tstring &error)=0 |
Create a "Filter" object. | |
![]() | |
virtual log4cplus::tstring | getTypeName ()=0 |
Returns the typename of the objects this factory creates. | |
This abstract class defines the "Factory" interface to create "Appender" objects.