Goby3  3.1.4
2024.02.22
boost::statechart Namespace Reference

Namespaces

 detail
 

Classes

class  event
 
class  simple_state
 
class  state
 
class  state_machine
 

Enumerations

enum  history_mode { has_no_history, has_shallow_history, has_deep_history, has_full_history }
 

Functions

template<class MostDerived , class Context , class InnerInitial , history_mode historyMode>
void intrusive_ptr_release (const ::boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode > *pBase)
 

Enumeration Type Documentation

◆ history_mode

Enumerator
has_no_history 
has_shallow_history 
has_deep_history 
has_full_history 

Definition at line 176 of file simple_state.hpp.

Function Documentation

◆ intrusive_ptr_release()

template<class MostDerived , class Context , class InnerInitial , history_mode historyMode>
void boost::statechart::intrusive_ptr_release ( const ::boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode > *  pBase)
inline

Definition at line 975 of file simple_state.hpp.