Class Dictionary
Defined in File dictionary.h
Class Documentation
-
class Dictionary
Public Functions
-
bool operator!=(Dictionary const &other) const
-
void Set(char const *name, char const *value)
-
void Set(char const *name, std::string const &value)
-
void Set(char const *name, int64_t value)
-
void Set(char const *name, bool value)
-
void VisitAll(DictionaryVisitor *visitor) const
-
bool operator!=(Dictionary const &other) const