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

Public Member Functions | |
| ELEMENT * | procure (const pyconfig::View &pyco) |
| Returns an object configured with pyco. | |
| ~Broker () | |
| Will delete all elements. | |
Private Types | |
| typedef container::Registry < pyconfig::View, ELEMENT *, container::registry::DeleteOnErase > | Registry |
| Store the objects created from pyconfig::View. | |
Private Attributes | |
| Registry | r |
| ELEMENTs are stored here. | |
Definition at line 43 of file Broker.hpp.
typedef container::Registry<pyconfig::View, ELEMENT*, container::registry::DeleteOnErase> wns::Broker< ELEMENT >::Registry [private] |
Definition at line 48 of file Broker.hpp.
| wns::Broker< ELEMENT >::~Broker | ( | ) | [inline] |
Definition at line 55 of file Broker.hpp.
| ELEMENT* wns::Broker< ELEMENT >::procure | ( | const pyconfig::View & | pyco | ) | [inline] |
Definition at line 64 of file Broker.hpp.
Registry wns::Broker< ELEMENT >::r [private] |
Definition at line 82 of file Broker.hpp.
1.5.5