Template Class FactoryRegistry
Defined in File factory_registry.hpp
-
template<typename ObjectReturnTypeT>
class FactoryRegistry -
Public Static Functions
- static inline bool contains(const std::string &name)
- static inline std::vector<std::string> list()
- static inline std::shared_ptr<ObjectReturnTypeT> create_object_from_factory(const std::string &name, nlohmann::json config = {})
- static inline void unregister_factory_fn(const std::string &name, bool throw_if_missing = true)