#include <parameter_cache.h>
|
| using | CacheMap = std::unordered_map< std::string, std::unique_ptr< google::protobuf::Message > > |
| |
|
| void | erase (const std::string &key) |
| |
| std::unique_ptr< google::protobuf::Message > | fromCache (const std::string &key) const |
| |
| bool | hasCache (const std::string &key) const |
| |
| void | toCache (const std::string &key, const google::protobuf::Message &message) |
| |
Definition at line 82 of file parameter_cache.h.
◆ CacheMap
◆ erase()
| void corbo::gui::ParameterCache::erase |
( |
const std::string & |
key | ) |
|
|
inline |
◆ fromCache()
| std::unique_ptr< google::protobuf::Message > corbo::gui::ParameterCache::fromCache |
( |
const std::string & |
key | ) |
const |
◆ hasCache()
| bool corbo::gui::ParameterCache::hasCache |
( |
const std::string & |
key | ) |
const |
◆ nestedNameListToKey()
| std::string corbo::gui::ParameterCache::nestedNameListToKey |
( |
const std::list< std::string > & |
nested_name | ) |
|
|
static |
◆ toCache()
| void corbo::gui::ParameterCache::toCache |
( |
const std::string & |
key, |
|
|
const google::protobuf::Message & |
message |
|
) |
| |
◆ _params
| CacheMap corbo::gui::ParameterCache::_params |
|
private |
The documentation for this class was generated from the following files: