fsm 0.4.1
Header-only C++20 hierarchical table-driven FSM
Loading...
Searching...
No Matches
fsm::on_spec< Event > Struct Template Reference

Row trigger event, with poison default for omitted .on. More...

#include <fsm.hpp>

Public Member Functions

constexpr on_spec ()=default
 
constexpr on_spec (Event ev)
 

Public Attributes

on_kind k = on_kind::unspecified
 
Event e {}
 

Detailed Description

template<class Event>
struct fsm::on_spec< Event >

Row trigger event, with poison default for omitted .on.

Constructor & Destructor Documentation

◆ on_spec() [1/2]

template<class Event >
constexpr fsm::on_spec< Event >::on_spec ( )
constexprdefault

◆ on_spec() [2/2]

template<class Event >
constexpr fsm::on_spec< Event >::on_spec ( Event  ev)
inlineconstexpr

Member Data Documentation

◆ e

template<class Event >
Event fsm::on_spec< Event >::e {}

◆ k

template<class Event >
on_kind fsm::on_spec< Event >::k = on_kind::unspecified

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