DCMTK
Version 3.6.1 20131114
OFFIS DICOM Toolkit
|
This abstract class defines the "Factory" interface to create STD_NAMESPACE locale instances. More...
Public Types | |
typedef STD_NAMESPACE locale | ProductType |
typedef STD_NAMESPACE locale | ProductPtr |
Public Member Functions | |
virtual ProductPtr | createObject (const log4cplus::helpers::Properties &props)=0 |
![]() | |
virtual log4cplus::tstring const & | getTypeName () const =0 |
Returns the typename of the objects this factory creates. | |
This abstract class defines the "Factory" interface to create STD_NAMESPACE locale instances.
|
pure virtual |