OpenSDN source code
|
#include <t_generator_registry.h>
Public Types | |
typedef std::map< std::string, t_generator_factory * > | gen_map_t |
Static Public Member Functions | |
static void | register_generator (t_generator_factory *factory) |
static t_generator * | get_generator (t_program *program, const std::string &options) |
static gen_map_t & | get_generator_map () |
Private Member Functions | |
t_generator_registry () | |
t_generator_registry (const t_generator_registry &) | |
Definition at line 82 of file t_generator_registry.h.
typedef std::map<std::string, t_generator_factory*> t_generator_registry::gen_map_t |
Definition at line 89 of file t_generator_registry.h.
|
private |
|
private |
|
static |
Definition at line 137 of file t_generator.cc.
|
static |
Definition at line 174 of file t_generator.cc.
|
static |