boost::msm::backmp11::state_machine::start arrow_upward boost::msm::backmp11::state_machine::start Starts the state machine with a starting event. Synopsis Declared in <boost/msm/backmp11/state_machine.hpp> void start(); Description Sets up the initial state(s) and calls its entry method(s). Created with MrDocs