#include <ModuleFactory.h>
Inheritance diagram for syn::ModuleFactory:


Public Methods | |
| ModuleFactory () | |
| void | reg (std::string typeName, const Module &proto) |
| register a module type with the factory. More... | |
| void | unreg (std::string typeName) |
| remove a module type from the factory. More... | |
| bool | create (std::string typeName, Module *&newModule) |
| create a module. More... | |
Definition at line 60 of file ModuleFactory.h.
|
|
Definition at line 63 of file ModuleFactory.h. |
|
|
register a module type with the factory.
Definition at line 96 of file ModuleFactory.h. Referenced by ModuleFactory().
|
|
|
remove a module type from the factory.
Definition at line 102 of file ModuleFactory.h. |
|
|
create a module.
Definition at line 112 of file ModuleFactory.h. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001