Public Member Functions | Public Attributes

lookup_property Struct Reference

A functor used to scan the sub-factory class list and return a property for the matching class name. More...

#include <mitie_lib_template.hh>

Collaboration diagram for lookup_property:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 lookup_property (const std::string &class_name, const std::string &prop_name, std::string &prop)
template<typename U >
void operator() (U *)

Public Attributes

const std::string & m_name
const std::string & m_prop_name
std::string & m_prop

Detailed Description

A functor used to scan the sub-factory class list and return a property for the matching class name.

This functor is supplied the class name and the property name to search for and is then offered classes in operator() to check whether they match. When a match is found it can be accessed through m_prop


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