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::AlwaysHistoryImpl< NumberOfRegions > Class Template Reference

#include <history_policies.hpp>

Public Member Functions

 AlwaysHistoryImpl ()
 
 ~AlwaysHistoryImpl ()
 
void set_initial_states (int *const initial_states)
 
void history_exit (int *const current_states)
 
template<class Event >
const int * history_entry (Event const &)
 
AlwaysHistoryImpl
< NumberOfRegions > & 
operator= (AlwaysHistoryImpl< NumberOfRegions > const &rhs)
 
template<class Event >
bool process_deferred_events (Event const &) const
 
template<class Archive >
void serialize (Archive &ar, const unsigned int)
 

Constructor & Destructor Documentation

template<int NumberOfRegions>
boost::msm::back::AlwaysHistoryImpl< NumberOfRegions >::AlwaysHistoryImpl ( )
inline
template<int NumberOfRegions>
boost::msm::back::AlwaysHistoryImpl< NumberOfRegions >::~AlwaysHistoryImpl ( )
inline

Member Function Documentation

template<int NumberOfRegions>
template<class Event >
const int* boost::msm::back::AlwaysHistoryImpl< NumberOfRegions >::history_entry ( Event const &  )
inline
template<int NumberOfRegions>
void boost::msm::back::AlwaysHistoryImpl< NumberOfRegions >::history_exit ( int *const  current_states)
inline
template<int NumberOfRegions>
AlwaysHistoryImpl<NumberOfRegions>& boost::msm::back::AlwaysHistoryImpl< NumberOfRegions >::operator= ( AlwaysHistoryImpl< NumberOfRegions > const &  rhs)
inline
template<int NumberOfRegions>
template<class Event >
bool boost::msm::back::AlwaysHistoryImpl< NumberOfRegions >::process_deferred_events ( Event const &  ) const
inline
template<int NumberOfRegions>
template<class Archive >
void boost::msm::back::AlwaysHistoryImpl< NumberOfRegions >::serialize ( Archive &  ar,
const unsigned  int 
)
inline
template<int NumberOfRegions>
void boost::msm::back::AlwaysHistoryImpl< NumberOfRegions >::set_initial_states ( int *const  initial_states)
inline

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