![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <StaticFactoryBroker.hpp>

Public Member Functions | |
| ELEMENT * | procure (const std::string name, const pyconfig::View &pyco) |
| Returns pyco configured object specified by name. | |
| ~StaticFactoryBroker () | |
| Will delete all elements. | |
Private Types | |
| typedef container::Registry < RegistryKey, ELEMENT *, container::registry::DeleteOnErase > | Registry |
| Store objects created from pyconfig::View. | |
Private Attributes | |
| Registry | registry |
| ELEMENTs are stored here. | |
Classes | |
| class | RegistryKey |
| The keys for Registry. More... | |
Definition at line 54 of file StaticFactoryBroker.hpp.
typedef container::Registry<RegistryKey, ELEMENT*, container::registry::DeleteOnErase> wns::wns::StaticFactoryBroker< ELEMENT, PyConfigViewCreator< ELEMENT > >::Registry [private] |
Definition at line 80 of file StaticFactoryBroker.hpp.
| wns::wns::StaticFactoryBroker< ELEMENT, PyConfigViewCreator< ELEMENT > >::~StaticFactoryBroker | ( | ) | [inline] |
Definition at line 89 of file StaticFactoryBroker.hpp.
| ELEMENT* wns::wns::StaticFactoryBroker< ELEMENT, PyConfigViewCreator< ELEMENT > >::procure | ( | const std::string | name, | |
| const pyconfig::View & | pyco | |||
| ) | [inline] |
Definition at line 97 of file StaticFactoryBroker.hpp.
Registry wns::wns::StaticFactoryBroker< ELEMENT, PyConfigViewCreator< ELEMENT > >::registry [private] |
Definition at line 84 of file StaticFactoryBroker.hpp.
1.5.5