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::visit_mode :: Boost Libraries Documentation

boost::msm::backmp11::visit_mode

Selector for the visit mode (see state_machine::visit).

Synopsis

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

enum class visit_mode : int;

Description

Can be active_states or all_states in recursive or non‐recursive mode.

Members

Name

Description

active_states

Visit only active states (mutually exclusive with all_states).

all_states

Visit all states (mutually exclusive with active_states).

recursive

Visit states recursively (not set == not recursive).

active_non_recursive

active_recursive

all_non_recursive

all_recursive

Created with MrDocs