|
NeuralPlus 0.2.0
An open-source, provider-independent C++17 AI SDK and LLM client library
|
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 |