Repository
is a wrapper on a std::map
that holds Instanciator
s accessed by string keys.
It creates the default std::map
when constructed, new algorithm can be inserted at runtime, and destroys the it at the end of its lifetime.
Definition at line 54 of file HalftonerFactory.h.
Instanciator
. Instanciator
s.
|
Constructor.
Definition at line 48 of file HalftonerFactory.cxx. |
|
Destructor.
Definition at line 107 of file HalftonerFactory.cxx. |
|
Adds a new algorithm at runtime.
Definition at line 140 of file HalftonerFactory.cxx. Referenced by halftoner::HalftonerFactory::addHalftoner(). |
|
Returns the requested
Definition at line 160 of file HalftonerFactory.cxx. Referenced by halftoner::HalftonerFactory::getInstance(). |
|
Gets the map.
Definition at line 130 of file HalftonerFactory.cxx. |
|
The map holding
Definition at line 60 of file HalftonerFactory.h. |