#include <LogicFactory.h>
Public Member Functions | |
Ilogic * | CreateObject (const Identifier &id) |
bool | Register (const Identifier &id, LogicCreator creator) |
bool | Unregister (const Identifier &id) |
Private Attributes | |
std::map< Identifier, LogicCreator > | m_associations |
email: aosor io@u niand es.e du.co
Definition at line 20 of file LogicFactory.h.
|
inline |
Definition at line 38 of file LogicFactory.h.
Referenced by LogicTool< RBCLogic >::retrieve().
|
inline |
Definition at line 23 of file LogicFactory.h.
Referenced by LogicTool< RBCLogic >::initialise().
|
inline |
Definition at line 28 of file LogicFactory.h.
Referenced by LogicTool< RBCLogic >::endjob().
|
private |
Definition at line 52 of file LogicFactory.h.
Referenced by LogicFactory< GenLogic, std::string >::CreateObject(), LogicFactory< GenLogic, std::string >::Register(), and LogicFactory< GenLogic, std::string >::Unregister().