User Manual, Developers Guide and API Documentation

StaticFactoryBroker.hpp File Reference

#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>

Include dependency graph for StaticFactoryBroker.hpp:

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 Documentation

#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.


Generated on Fri May 25 03:32:23 2012 for openWNS by  doxygen 1.5.5