Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
StateFlowBase::Action Class Reference

Return type for a state flow callback. More...

#include <StateFlow.hxx>

Public Member Functions

 Action (Callback s)
 Constructor.
 
Callback next_state ()
 Get the next state for the StateFlowAction.
 

Private Attributes

Callback nextState_
 next state in state flow
 

Detailed Description

Return type for a state flow callback.

Definition at line 222 of file StateFlow.hxx.

Constructor & Destructor Documentation

◆ Action()

StateFlowBase::Action::Action ( Callback  s)
inline

Constructor.

Definition at line 227 of file StateFlow.hxx.

Member Function Documentation

◆ next_state()

Callback StateFlowBase::Action::next_state ( )
inline

Get the next state for the StateFlowAction.

Definition at line 233 of file StateFlow.hxx.

Member Data Documentation

◆ nextState_

Callback StateFlowBase::Action::nextState_
private

next state in state flow

Definition at line 240 of file StateFlow.hxx.


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