userver: userver/components/component_list.hpp File 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
component_list.hpp File Reference

A list to keep a unique list of components to start with components::Run(), utils::DaemonMain() or components::RunOnce(). More...

#include <functional>
#include <memory>
#include <set>
#include <string>
#include <userver/components/component_fwd.hpp>
#include <userver/components/static_config_validator.hpp>
+ Include dependency graph for component_list.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  components::ComponentList
 A list to keep a unique list of components to start with components::Run(), utils::DaemonMain() or components::RunOnce(). More...
 

Namespaces

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

Detailed Description

A list to keep a unique list of components to start with components::Run(), utils::DaemonMain() or components::RunOnce().

Definition in file component_list.hpp.