Boost.MetaStateMachine

    • Table of Contents
      • Preface
      • UML short guide
      • front tutorial
        • Basic front-end
        • Functor front-end
        • puml front-end (C++20, experimental)
        • euml front-end (deprecated)
      • back & back11 back-end
        • Examples
        • Performance / Compilers
      • backmp11 back-end (C++17, experimental)
        • Examples
      • Internals
      • Acknowledgements
      • Version history
      • Reference
        • backmp11
        • Common headers
        • Back-end headers
        • Front-end headers
        • eUML operators and basic helpers
        • Functional programming
  • boost::msm::backmp11::default_observer::pre_process_event
arrow_upward

boost::msm::backmp11::default_observer::pre_process_event

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

Synopsis

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

template<
    typename StateMachine,
    typename Event>
constexpr
void
pre_process_event(
    StateMachine const&,
    Event const&) const;

Created with MrDocs