Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

config_service

Base class for configuration implementations.

class config_service :
  public execution_context::service
Types

Name

Description

key_type

Member Functions

Name

Description

config_service [constructor]

Constructor.

context

Get the context object that owns the service.

get_value

Retrieve a configuration value.

shutdown

Shutdown the service.

Requirements

Header: boost/asio/config.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext