OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
t_generator_registry Class Reference

#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_generatorget_generator (t_program *program, const std::string &options)
 
static gen_map_tget_generator_map ()
 

Private Member Functions

 t_generator_registry ()
 
 t_generator_registry (const t_generator_registry &)
 

Detailed Description

Definition at line 82 of file t_generator_registry.h.

Member Typedef Documentation

typedef std::map<std::string, t_generator_factory*> t_generator_registry::gen_map_t

Definition at line 89 of file t_generator_registry.h.

Constructor & Destructor Documentation

t_generator_registry::t_generator_registry ( )
private
t_generator_registry::t_generator_registry ( const t_generator_registry )
private

Member Function Documentation

t_generator * t_generator_registry::get_generator ( t_program program,
const std::string &  options 
)
static

Definition at line 137 of file t_generator.cc.

t_generator_registry::gen_map_t & t_generator_registry::get_generator_map ( )
static

Definition at line 174 of file t_generator.cc.

void t_generator_registry::register_generator ( t_generator_factory factory)
static

Definition at line 129 of file t_generator.cc.

Here is the call graph for this function:


The documentation for this class was generated from the following files: