![]() |
Protium
Math and Design Features
|
#include <Constructable.h>
Public Types | |
typedef std::map< std::string, ConstructablePrototype *(*)() > | map_type |
Static Public Member Functions | |
static ConstructablePrototype * | createInstance (const std::string &s, ConstructablePrototype *(*creator)()=0) |
Static Protected Member Functions | |
static map_type * | getMap () |
Definition at line 16 of file Constructable.h.
typedef std::map< std::string, ConstructablePrototype*(*)() > Protium::Design::VirtualFactory< Group >::map_type |
Definition at line 17 of file Constructable.h.
|
inlinestatic |
Definition at line 20 of file Constructable.h.
|
inlinestaticprotected |
Definition at line 28 of file Constructable.h.