
Public Member Functions | |
| Factory & | getFactory (std::string backend) |
| Construct default configuration for this backend. | |
| bool | addFactory (std::string backend, Factory &factory) |
| Return completion. | |
| void | listFactories () |
| bool | loadPlugin (std::string name) |
| Load plugin. | |
Static Public Member Functions | |
| static FactoryManager & | instance () |
| Get singleton. | |
Private Member Functions | |
| FactoryManager () throw () | |
| singleton | |
Private Attributes | |
| std::map< std::string, Factory * > | configurationRegistry |
Static Private Attributes | |
| static FactoryManager * | singleton |
| pointer to the singleton. | |
Definition at line 19 of file configRegistry.h.
|
|
singleton
Definition at line 34 of file configRegistry.h. |
|
||||||||||||
|
Return completion.
|
|
|
Construct default configuration for this backend.
Referenced by SctApi::SctApi(). |
|
|
Get singleton.
Referenced by SctApi::SctApi(). |
|
|
Load plugin.
Referenced by SctApi::SctApi(). |
|
|
pointer to the singleton.
Definition at line 35 of file configRegistry.h. |
1.4.6