boost::msm::backmp11::reflect

Reflects on a state_machine's members with a visitor.

Synopses

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

void
reflect(
    state_machine<T0, T1, T2> const&,
    F&&);

Reflects on a state_machine's members with a visitor.

template<
    typename FrontEnd,
    typename Config,
    typename Derived,
    typename Visitor>
void
reflect(
    state_machine<FrontEnd, Config, Derived>& sm,
    Visitor&& visitor);

Reflects on a state_machine's members with a visitor.

template<
    typename FrontEnd,
    typename Config,
    typename Derived,
    typename Visitor>
void
reflect(
    state_machine<FrontEnd, Config, Derived> const& sm,
    Visitor&& visitor);

Created with MrDocs