OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
t_generator_factory_impl< generator > Class Template Reference

#include <t_generator_registry.h>

Inheritance diagram for t_generator_factory_impl< generator >:
Collaboration diagram for t_generator_factory_impl< generator >:

Public Member Functions

 t_generator_factory_impl (const std::string &short_name, const std::string &long_name, const std::string &documentation)
 
virtual t_generatorget_generator (t_program *program, const std::map< std::string, std::string > &parsed_options, const std::string &option_string)
 
virtual bool is_valid_namespace (const std::string &sub_namespace)
 
- Public Member Functions inherited from t_generator_factory
 t_generator_factory (const std::string &short_name, const std::string &long_name, const std::string &documentation)
 
virtual ~t_generator_factory ()
 
std::string get_short_name ()
 
std::string get_long_name ()
 
std::string get_documentation ()
 

Detailed Description

template<typename generator>
class t_generator_factory_impl< generator >

Definition at line 62 of file t_generator_registry.h.

Constructor & Destructor Documentation

template<typename generator >
t_generator_factory_impl< generator >::t_generator_factory_impl ( const std::string &  short_name,
const std::string &  long_name,
const std::string &  documentation 
)
inline

Definition at line 64 of file t_generator_registry.h.

Member Function Documentation

template<typename generator >
virtual t_generator* t_generator_factory_impl< generator >::get_generator ( t_program program,
const std::map< std::string, std::string > &  parsed_options,
const std::string &  option_string 
)
inlinevirtual

Implements t_generator_factory.

Definition at line 70 of file t_generator_registry.h.

template<typename generator >
virtual bool t_generator_factory_impl< generator >::is_valid_namespace ( const std::string &  sub_namespace)
inlinevirtual

Implements t_generator_factory.

Definition at line 77 of file t_generator_registry.h.


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