Definition at line 18 of file value.hpp.
 
 | 
| 
formats::json::Value  | Get (std::string_view name) const | 
|   | 
| 
bool  | Has (std::string_view name) const | 
|   | 
| 
void  | Set (std::string name, formats::json::Value) | 
|   | 
| 
void  | Parse (std::string_view json_string, bool empty_ok) | 
|   | 
| 
void  | Parse (formats::json::Value json, bool empty_ok) | 
|   | 
| 
void  | Remove (const std::string &name) | 
|   | 
| 
size_t  | Size () const | 
|   | 
| 
void  | MergeOrAssign (DocsMap &&source) | 
|   | 
| 
void  | MergeMissing (const DocsMap &source) | 
|   | 
| 
std::unordered_set< std::string >  | GetNames () const | 
|   | 
| 
formats::json::Value  | AsJson () const | 
|   | 
| 
bool  | AreContentsEqual (const DocsMap &other) const | 
|   | 
The documentation for this class was generated from the following file: