KASKADE 7 development version
|
Abstract base class of creators that can be registered at the pluggable factory. More...
#include <factory.hh>
Abstract base class of creators that can be registered at the pluggable factory.
Definition at line 30 of file factory.hh.
Public Types | |
typedef int | Argument |
Public Member Functions | |
std::unique_ptr< Product > | operator() (Argument) const |
Static Public Member Functions | |
template<class Key > | |
static std::string const & | lookupFailureHint (Key const &) |
typedef int Kaskade::Creator< Product >::Argument |
Definition at line 32 of file factory.hh.
|
inlinestatic |
Definition at line 40 of file factory.hh.
|
inline |
Definition at line 34 of file factory.hh.