|
| Map (const Map &)=default |
|
| Map (Map &&) noexcept=default |
|
| Map (std::unordered_map< std::string, Value > values) |
|
Map & | operator= (const Map &rhs) |
|
Map & | operator= (Map &&rhs) noexcept |
|
void | clear () |
|
void | __clear () |
|
std::string | toString () const |
|
bool | operator== (const Map &rhs) const |
|
bool | contains (const Value &value) const |
|
const Value & | at (const std::string &key) const |
|
size_t | size () const |
|
|
std::unordered_map< std::string, Value > | kvs |
|
Definition at line 14 of file Map.h.
The documentation for this struct was generated from the following file:
- include/common/datatypes/Map.h