NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph::graph::Store Member List

This is the complete list of members for neograph::graph::Store, including all inherited members.

delete_item(const Namespace &ns, const std::string &key)=0neograph::graph::Storepure virtual
get(const Namespace &ns, const std::string &key) const =0neograph::graph::Storepure virtual
list_namespaces(const Namespace &prefix={}) const =0neograph::graph::Storepure virtual
put(const Namespace &ns, const std::string &key, const json &value)=0neograph::graph::Storepure virtual
search(const Namespace &ns_prefix, int limit=100) const =0neograph::graph::Storepure virtual