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

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

Functions to start a daemon with specified components list.

Definition in file daemon_run.hpp.

Go to the source code of this file.

+ This graph shows which files directly or indirectly include this file:

Namespaces

namespace  utils
 Utilities.
 

Functions

boost::program_options::options_description utils::BaseRunOptions ()
 
int utils::DaemonMain (int argc, const char *const argv[], const components::ComponentList &components_list)
 
int utils::DaemonMain (const boost::program_options::variables_map &vm, const components::ComponentList &components_list)
 
int utils::DaemonMain (const components::InMemoryConfig &config, const components::ComponentList &components_list)