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

boost::msm::backmp11::default_observer :: Boost Libraries Documentation

boost::msm::backmp11::default_observer

Default observer for state machine activities. Defines no‐op hooks for all observable activities.

Synopsis

Declared in <boost/msm/backmp11/observer.hpp>

class default_observer;

Type Aliases

Member Functions

Name

Description

post_process_event

Hook called after a (sub‐)machine processes an event.

post_process_transition

post_process_transition overloads

pre_process_event

Hook called before a (sub‐)machine processes an event.

pre_process_transition

pre_process_transition overloads

Created with MrDocs