![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <WNS/PyConfigViewCreator.hpp>#include <WNS/StaticFactory.hpp>#include <WNS/pyconfig/View.hpp>#include <WNS/container/Registry.hpp>#include <WNS/Assure.hpp>#include <utility>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | wns |
Classes | |
| class | wns::StaticFactoryBroker< ELEMENT, CREATOR > |
| Able to create ELEMENTs from pyconfig::View using StaticFactory. More... | |
| class | wns::wns::StaticFactoryBroker< ELEMENT, Creator< ELEMENT > > |
| class | wns::wns::StaticFactoryBroker< ELEMENT, PyConfigViewCreator< ELEMENT > > |
| class | wns::wns::StaticFactoryBroker< ELEMENT, PyConfigViewCreator< ELEMENT > >::RegistryKey |
| The keys for Registry. More... | |
Defines | |
| #define | STATIC_FACTORY_BROKER_REGISTER(CLASS, INTERFACE, NAME) STATIC_FACTORY_REGISTER_WITH_CREATOR(CLASS, INTERFACE, NAME, ::wns::PyConfigViewCreator) |
| #define | STATIC_FACTORY_BROKER_REGISTER_PLAIN(CLASS, INTERFACE, NAME) STATIC_FACTORY_REGISTER(CLASS, INTERFACE, NAME) |
| #define STATIC_FACTORY_BROKER_REGISTER | ( | CLASS, | |||
| INTERFACE, | |||||
| NAME | ) | STATIC_FACTORY_REGISTER_WITH_CREATOR(CLASS, INTERFACE, NAME, ::wns::PyConfigViewCreator) |
Definition at line 171 of file StaticFactoryBroker.hpp.
| #define STATIC_FACTORY_BROKER_REGISTER_PLAIN | ( | CLASS, | |||
| INTERFACE, | |||||
| NAME | ) | STATIC_FACTORY_REGISTER(CLASS, INTERFACE, NAME) |
Definition at line 172 of file StaticFactoryBroker.hpp.
1.5.5