|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
This is the complete list of members for neograph::graph::GraphState, including all inherited members.
| apply_writes(const std::vector< ChannelWrite > &writes) | neograph::graph::GraphState | |
| channel_names() const | neograph::graph::GraphState | |
| channel_version(const std::string &channel) const | neograph::graph::GraphState | |
| get(const std::string &channel) const | neograph::graph::GraphState | |
| get_messages() const | neograph::graph::GraphState | |
| global_version() const | neograph::graph::GraphState | |
| init_channel(const std::string &name, ReducerType type, ReducerFn reducer, const json &initial_value=json()) | neograph::graph::GraphState | |
| restore(const json &data) | neograph::graph::GraphState | |
| serialize() const | neograph::graph::GraphState | |
| write(const std::string &channel, const json &value) | neograph::graph::GraphState |