|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
This is the complete list of members for neograph::graph::SubgraphNode, including all inherited members.
| get_name() const override | neograph::graph::SubgraphNode | inlinevirtual |
| run(NodeInput in) override | neograph::graph::SubgraphNode | virtual |
| SubgraphNode(const std::string &name, std::shared_ptr< GraphEngine > subgraph, std::map< std::string, std::string > input_map={}, std::map< std::string, std::string > output_map={}) | neograph::graph::SubgraphNode |