#include <state_machine.hpp>
Public Member Functions | |
serialize_state (Archive &ar) | |
template<typename T > | |
typename::boost::enable_if < typename::boost::mpl::or_ < typename has_do_serialize< T > ::type, typename is_composite_state< T >::type > ::type,void >::type | operator() (T &t) const |
template<typename T > | |
typename::boost::disable_if < typename::boost::mpl::or_ < typename has_do_serialize< T > ::type, typename is_composite_state< T >::type > ::type,void >::type | operator() (T &) const |
Public Attributes | |
Archive & | ar_ |
|
inline |
|
inline |
|
inline |
Archive& boost::msm::back::state_machine< A0, A1, A2, A3, A4 >::serialize_state< Archive >::ar_ |