userver: userver/components/component_config.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
component_config.hpp File Reference

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

Represents the config of a component that is being constructed; see Component system for introduction into components.

Definition in file component_config.hpp.

Go to the source code of this file.

#include <cstdint>
#include <string>
#include <unordered_map>
#include <userver/yaml_config/yaml_config.hpp>
+ This graph shows which files directly or indirectly include this file:

Classes

class  components::ComponentConfig
 Represents the config of a component that is being constructed; see Component system for introduction into components. More...
 

Namespaces

namespace  components
 Contains functions and types to start a userver based service/tool.
 

Typedefs

using components::ComponentConfigMap = std::unordered_map< std::string, const ComponentConfig & >
 

Functions

ComponentConfig components::Parse (const yaml_config::YamlConfig &value, formats::parse::To< ComponentConfig >)