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::dispatch_table< Fsm, Stt, Event,::boost::msm::back::favor_compile_time >::default_init_cell< EventType, Enable >::helper< false, true, some_dummy > Struct Template Reference

#include <favor_compile_time.hpp>

Static Public Member Functions

template<class State >
static
typename::boost::enable_if
< typename::boost::is_same
< State, Fsm >::type,void >
::type 
execute (boost::msm::wrap< State > const &, chain_row *tofill, boost::msm::back::dummy< 0 >=0)
 
template<class State >
static
typename::boost::disable_if
< typename::boost::is_same
< State, Fsm >::type,void >
::type 
execute (boost::msm::wrap< State > const &, chain_row *tofill, boost::msm::back::dummy< 1 >=0)
 

Member Function Documentation

template<class Fsm , class Stt , class Event >
template<class EventType , class Enable = void>
template<int some_dummy>
template<class State >
static typename ::boost::enable_if< typename ::boost::is_same<State,Fsm>::type ,void>::type boost::msm::back::dispatch_table< Fsm, Stt, Event,::boost::msm::back::favor_compile_time >::default_init_cell< EventType, Enable >::helper< false, true, some_dummy >::execute ( boost::msm::wrap< State > const &  ,
chain_row *  tofill,
boost::msm::back::dummy< 0 >  = 0 
)
inlinestatic
template<class Fsm , class Stt , class Event >
template<class EventType , class Enable = void>
template<int some_dummy>
template<class State >
static typename ::boost::disable_if< typename ::boost::is_same<State,Fsm>::type ,void>::type boost::msm::back::dispatch_table< Fsm, Stt, Event,::boost::msm::back::favor_compile_time >::default_init_cell< EventType, Enable >::helper< false, true, some_dummy >::execute ( boost::msm::wrap< State > const &  ,
chain_row *  tofill,
boost::msm::back::dummy< 1 >  = 0 
)
inlinestatic

References BOOST_STATIC_CONSTANT.


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