queso-0.57.1
|
#include <Factory.h>
Public Member Functions | |
FactoryImp (const std::string &name) | |
~FactoryImp () | |
Public Member Functions inherited from QUESO::Factory< Base > | |
virtual | ~Factory () |
Private Member Functions | |
virtual SharedPtr< Base >::Type | create () |
Additional Inherited Members | |
Static Public Member Functions inherited from QUESO::Factory< Base > | |
static SharedPtr< Base >::Type | build (const std::string &name) |
Protected Member Functions inherited from QUESO::Factory< Base > | |
Factory (const std::string &name) | |
template<> | |
std::map< std::string, Factory < Algorithm< GslVector, GslMatrix > > * > & | factory_map () |
template<> | |
std::map< std::string, Factory < BaseTKGroup< GslVector, GslMatrix > > * > & | factory_map () |
Static Protected Member Functions inherited from QUESO::Factory< Base > | |
static std::map< std::string, Factory< Base > * > & | factory_map () |
Factory implementation class.
|
inline |
|
inline |
|
inlineprivatevirtual |
Implements QUESO::Factory< Base >.
Definition at line 148 of file Factory.h.