boost::msm::backmp11::default_observer::post_process_transition
post_process_transition overloads
Synopses
Declared in <boost/msm/backmp11/observer.hpp>
Hook called after a (sub‐)machine processes a sm‐internal transition.
template<
typename Event,
typename Action,
typename Guard,
typename StateMachine>
constexpr
void
post_process_transition(
StateMachine const&,
process_result) const;
Hook called after a (sub‐)machine processes a transition.
template<
typename Source,
typename Event,
typename Target,
typename Action,
typename Guard,
typename StateMachine>
constexpr
void
post_process_transition(
StateMachine const&,
size_t,
process_result) const;
Created with MrDocs