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::ShallowHistoryImpl< Events, NumberOfRegions > Class Template Reference

#include <history_policies.hpp>

Public Member Functions

 ShallowHistoryImpl ()
 
 ~ShallowHistoryImpl ()
 
void set_initial_states (int *const initial_states)
 
void history_exit (int *const current_states)
 
template<class Event >
const int * history_entry (Event const &)
 
ShallowHistoryImpl< Events,
NumberOfRegions > & 
operator= (ShallowHistoryImpl< Events, 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<class Events, int NumberOfRegions>
boost::msm::back::ShallowHistoryImpl< Events, NumberOfRegions >::ShallowHistoryImpl ( )
inline
template<class Events, int NumberOfRegions>
boost::msm::back::ShallowHistoryImpl< Events, NumberOfRegions >::~ShallowHistoryImpl ( )
inline

Member Function Documentation

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

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