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

Public Member Functions | |
| ELEMENT * | procure (const std::string name) |
| Returns object specified by name. | |
| ~StaticFactoryBroker () | |
| Will delete all elements. | |
Private Types | |
| typedef container::Registry < std::string, ELEMENT *, container::registry::DeleteOnErase > | Registry |
| Store objects created from name. | |
Private Attributes | |
| Registry | registry |
| ELEMENTs are stored here. | |
Definition at line 123 of file StaticFactoryBroker.hpp.
typedef container::Registry<std::string, ELEMENT*, container::registry::DeleteOnErase> wns::wns::StaticFactoryBroker< ELEMENT, Creator< ELEMENT > >::Registry [private] |
Definition at line 128 of file StaticFactoryBroker.hpp.
| wns::wns::StaticFactoryBroker< ELEMENT, Creator< ELEMENT > >::~StaticFactoryBroker | ( | ) | [inline] |
Definition at line 137 of file StaticFactoryBroker.hpp.
| ELEMENT* wns::wns::StaticFactoryBroker< ELEMENT, Creator< ELEMENT > >::procure | ( | const std::string | name | ) | [inline] |
Definition at line 146 of file StaticFactoryBroker.hpp.
Registry wns::wns::StaticFactoryBroker< ELEMENT, Creator< ELEMENT > >::registry [private] |
Definition at line 132 of file StaticFactoryBroker.hpp.
1.5.5