Public Member Functions | Public Attributes

LOOKUP_CREATE_FUNNAME Struct Reference

A functor used to scan the sub-factory class list and instantiate the class associated to the given name. More...

#include <mitie_lib_template.hh>

Collaboration diagram for LOOKUP_CREATE_FUNNAME:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LOOKUP_CREATE_FUNNAME (const std::string &name, std::auto_ptr< CREATED_OBJ_TYPE > &obj_ptr, const std::string &args, const CREATED_OBJ_TYPE::ctor_va_t &var_arg)
template<typename U >
void operator() (U *)

Public Attributes

const std::string & m_name
std::auto_ptr< CREATED_OBJ_TYPE > & m_obj_ptr
const std::string & m_args
const CREATED_OBJ_TYPE::ctor_va_t & m_var_arg

Detailed Description

A functor used to scan the sub-factory class list and instantiate the class associated to the given name.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator