userver: dynamic_config::DocsMap Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
dynamic_config::DocsMap Class Referencefinal

Public Member Functions

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 (const std::string &json, bool empty_ok)
 
size_t Size () const
 
void MergeOrAssign (DocsMap &&source)
 
void MergeMissing (const DocsMap &source)
 
std::unordered_set< std::string > GetNames () const
 
std::string AsJsonString () const
 
bool AreContentsEqual (const DocsMap &other) const
 

Detailed Description

Examples
components/component_sample_test.cpp.

Definition at line 17 of file value.hpp.


The documentation for this class was generated from the following file: