#include <metafunctions.hpp>
Public Types | |
typedef ::boost::mpl::bool_ < ::boost::mpl::count_if < typename StateType::configuration, has_active_state_switch_policy < ::boost::mpl::placeholders::_1 > >::value!=0 > | found |
typedef ::boost::mpl::or_ < typename has_active_state_switch_policy < StateType >::type, found > ::type | type |
typedef ::boost::mpl::bool_< ::boost::mpl::count_if< typename StateType::configuration, has_active_state_switch_policy< ::boost::mpl::placeholders::_1 > >::value != 0> boost::msm::back::is_active_state_switch_policy< StateType >::found |
typedef ::boost::mpl::or_< typename has_active_state_switch_policy<StateType>::type, found >::type boost::msm::back::is_active_state_switch_policy< StateType >::type |