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