state_machine_cpp
state_machine_cpp::Transition Namespace Reference

Classes

class  Any
 

Typedefs

using TrivialHandler = void(Context &)
 
using ConditionalHandler = bool(const Context &)
 

Enumerations

enum  Type : char { Type::Undefined, Type::Direct, Type::Conditional, Type::Parallelized }
 

Functions

void DO_NOTHING (Context &)
 

Typedef Documentation

◆ ConditionalHandler

Definition at line 15 of file transition_handlers.h.

◆ TrivialHandler

Definition at line 14 of file transition_handlers.h.

Enumeration Type Documentation

◆ Type

Enumerator
Undefined 
Direct 
Conditional 
Parallelized 

Definition at line 19 of file transition_handlers.h.

Function Documentation

◆ DO_NOTHING()

void state_machine_cpp::Transition::DO_NOTHING ( Context )