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::make_entry< StateType, ContainingSM > Struct Template Reference

#include <metafunctions.hpp>

Public Types

typedef ::boost::mpl::if_
< typename is_pseudo_entry
< StateType >::type, typename
ContainingSM::template
entry_pt< StateType >
, typename::boost::mpl::if_
< typename is_direct_entry
< StateType >::type, typename
ContainingSM::template direct
< StateType >
, typename::boost::mpl::identity
< StateType >::type >::type >
::type 
type
 

Member Typedef Documentation

template<class StateType , class ContainingSM >
typedef ::boost::mpl::if_< typename is_pseudo_entry<StateType>::type , typename ContainingSM::template entry_pt<StateType>, typename ::boost::mpl::if_< typename is_direct_entry<StateType>::type, typename ContainingSM::template direct<StateType>, typename ::boost::mpl::identity<StateType>::type >::type >::type boost::msm::back::make_entry< StateType, ContainingSM >::type

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