1234567891011121314151617181920212223242526 |
- #ifndef BOOST_MSM_FRONT_EUML_PHOENIX_PLACEHOLDERS_H
- #define BOOST_MSM_FRONT_EUML_PHOENIX_PLACEHOLDERS_H
- #include <boost/phoenix/core/argument.hpp>
- namespace boost { namespace msm { namespace front { namespace euml
- {
- boost::phoenix::expression::argument<1>::type const _event = {};
- boost::phoenix::expression::argument<2>::type const _fsm = {};
- boost::phoenix::expression::argument<3>::type const _source = {};
- boost::phoenix::expression::argument<4>::type const _target = {};
-
- boost::phoenix::expression::argument<3>::type const _state = {};
- }}}}
- #endif
|