![]() |
Visual Servoing Platform version 3.7.0
|
This is the complete list of members for vpDynamicFactory< T >, including all inherited members.
| buildFromJson(const nlohmann::json &j) | vpDynamicFactory< T > | inline |
| m_jsonBuilders | vpDynamicFactory< T > | protected |
| m_jsonRawBuilders | vpDynamicFactory< T > | protected |
| m_keyFinder | vpDynamicFactory< T > | protected |
| registerType(const std::string &key, const std::function< std::shared_ptr< T >(const nlohmann::json &)> &function) | vpDynamicFactory< T > | inline |
| registerTypeRaw(const std::string &key, const std::function< std::shared_ptr< T >(const std::string &)> function) | vpDynamicFactory< T > | inline |
| setJsonKeyFinder(const std::function< std::string(const nlohmann::json &)> &finderFn) | vpDynamicFactory< T > | inline |
| vpDynamicFactory()=default | vpDynamicFactory< T > | protected |
| ~vpDynamicFactory() | vpDynamicFactory< T > | inlinevirtual |