userver: userver/components/component_list.hpp File Reference
Loading...
Searching...
No Matches
component_list.hpp File Reference

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.

Go to the source code of this file.

#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:

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.