Goby3  3.1.5
2024.05.14
boost::statechart::detail::history_key< RttiPolicy > Class Template Reference

#include <boost/statechart/state_machine.hpp>

Public Member Functions

RttiPolicy::id_type history_context_type () const
 

Static Public Member Functions

template<class HistorizedState >
static history_key make_history_key ()
 

Friends

bool operator< (const history_key &left, const history_key &right)
 

Detailed Description

template<class RttiPolicy>
class boost::statechart::detail::history_key< RttiPolicy >

Definition at line 178 of file state_machine.hpp.

Member Function Documentation

◆ history_context_type()

template<class RttiPolicy >
RttiPolicy::id_type boost::statechart::detail::history_key< RttiPolicy >::history_context_type ( ) const
inline

Definition at line 190 of file state_machine.hpp.

◆ make_history_key()

template<class RttiPolicy >
template<class HistorizedState >
static history_key boost::statechart::detail::history_key< RttiPolicy >::make_history_key ( )
inlinestatic

Definition at line 183 of file state_machine.hpp.

Friends And Related Function Documentation

◆ operator<

template<class RttiPolicy >
bool operator< ( const history_key< RttiPolicy > &  left,
const history_key< RttiPolicy > &  right 
)
friend

Definition at line 195 of file state_machine.hpp.


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