This is the complete list of members for Ra::Dataflow::Core::NodeFactory, including all inherited members.
ContainerType typedef | Ra::Dataflow::Core::NodeFactory | |
create_node(const std::string &nodeType, const nlohmann::json &data, DataflowGraph *owningGraph=nullptr) -> std::shared_ptr< Node > | Ra::Dataflow::Core::NodeFactory | |
factory_map() const -> const ContainerType & | Ra::Dataflow::Core::NodeFactory | inline |
name() const -> std::string (defined in Ra::Dataflow::Core::NodeFactory) | Ra::Dataflow::Core::NodeFactory | |
NodeCreatorFunctor typedef | Ra::Dataflow::Core::NodeFactory | |
NodeFactory(std::string name) | Ra::Dataflow::Core::NodeFactory | explicit |
register_node_creator(NodeCreatorFunctor nodeCreator, const std::string &nodeCategory="RadiumNodes") -> bool | Ra::Dataflow::Core::NodeFactory | |
register_node_creator(const std::string &instanceNamePrefix, const std::string &nodeCategory="RadiumNodes") -> bool | Ra::Dataflow::Core::NodeFactory | |
register_node_creator(const std::string &nodeType, NodeCreatorFunctor nodeCreator, const std::string &nodeCategory="RadiumNodes") -> bool | Ra::Dataflow::Core::NodeFactory |