fw4spl
fwCore::util::FactoryRegistry< F, KEY_TYPE, FACTORY_HOLDER > Class Template Reference

FactoryRegistry is a class used to store factories and create instance object with these factories. More...

#include <FactoryRegistry.hpp>

Detailed Description

template<typename F, typename KEY_TYPE = std::string, typename FACTORY_HOLDER = std::function< F >>
class fwCore::util::FactoryRegistry< F, KEY_TYPE, FACTORY_HOLDER >

FactoryRegistry is a class used to store factories and create instance object with these factories.

Definition at line 95 of file FactoryRegistry.hpp.


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