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

Forward declarations for components::ComponentContext and components::ComponentConfig; function components::GetCurrentComponentName() More...

#include <string>
+ Include dependency graph for component_fwd.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

std::string components::GetCurrentComponentName (const ComponentConfig &config)
 Equivalent to config.Name() but works with forward declaration of the components::ComponentConfig.
 

Detailed Description