Function class_loader::impl::getFactoryMapForBaseClass(const std::string&)

Function Documentation

FactoryMap &class_loader::impl::getFactoryMapForBaseClass(const std::string &typeid_base_class_name)

This function extracts a reference to the FactoryMap for appropriate base class out of the global plugin base to factory map. This function should be used by functions in this namespace that need to access the various factories so as to make sure the right key is generated to index into the global map.

Returns:

A reference to the FactoryMap contained within the global Base-to-FactoryMap map.