Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::msm::back::has_fsm_eventless_transition< Derived > Struct Template Reference

#include <metafunctions.hpp>

Public Types

typedef create_stt< Derived >::type Stt
 
typedef generate_event_set
< Stt >::type 
event_list
 
typedef ::boost::mpl::bool_
< ::boost::mpl::count_if
< event_list,
is_completion_event
< ::boost::mpl::placeholders::_1 >
>::value!=0 > 
type
 

Member Typedef Documentation

template<class Derived >
typedef create_stt<Derived>::type boost::msm::back::has_fsm_eventless_transition< Derived >::Stt
template<class Derived >
typedef ::boost::mpl::bool_< ::boost::mpl::count_if< event_list,is_completion_event< ::boost::mpl::placeholders::_1 > >::value != 0> boost::msm::back::has_fsm_eventless_transition< Derived >::type

The documentation for this struct was generated from the following file: