|
NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
|
This is the complete list of members for neuralplus::SessionState, including all inherited members.
| clear() | neuralplus::SessionState | |
| contains(std::string_view key) const | neuralplus::SessionState | |
| erase(std::string_view key) | neuralplus::SessionState | |
| get(std::string_view key) const | neuralplus::SessionState | inline |
| SessionState()=default | neuralplus::SessionState | |
| set(std::string key, T value) | neuralplus::SessionState | inline |
| update(std::string key, T initial_value, UpdateFunction &&update_function) | neuralplus::SessionState | inline |