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

This is the documentation for a snapshot of the master branch, built from commit 127294d48b.
PrevUpHomeNext

signal_set_base

The signal_set_base class is used as a base for the basic_signal_set class templates so that we have a common place to define the flags enum.

class signal_set_base
Types

Name

Description

flags

Enumeration representing the different types of flags that may specified when adding a signal to a set.

flags_t

Portability typedef.

Protected Member Functions

Name

Description

~signal_set_base [destructor]

Protected destructor to prevent deletion through this type.

Requirements

Header: boost/asio/signal_set_base.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext