|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
This is the complete list of members for neograph::graph::InMemoryStore, including all inherited members.
| delete_item(const Namespace &ns, const std::string &key) override | neograph::graph::InMemoryStore | virtual |
| get(const Namespace &ns, const std::string &key) const override | neograph::graph::InMemoryStore | virtual |
| list_namespaces(const Namespace &prefix={}) const override | neograph::graph::InMemoryStore | virtual |
| put(const Namespace &ns, const std::string &key, const json &value) override | neograph::graph::InMemoryStore | virtual |
| search(const Namespace &ns_prefix, int limit=100) const override | neograph::graph::InMemoryStore | virtual |
| size() const | neograph::graph::InMemoryStore |