tsm  0.1.0
Public Types | List of all members
tsm::BaseTransition< From, Event, To > Struct Template Reference

#include <tsm_impl.h>

Inheritance diagram for tsm::BaseTransition< From, Event, To >:
Inheritance graph
Collaboration diagram for tsm::BaseTransition< From, Event, To >:
Collaboration graph

Public Types

using from = From
 
using event = Event
 
using to = To
 

Member Typedef Documentation

◆ event

template<typename From , typename Event , typename To >
using tsm::BaseTransition< From, Event, To >::event = Event

◆ from

template<typename From , typename Event , typename To >
using tsm::BaseTransition< From, Event, To >::from = From

◆ to

template<typename From , typename Event , typename To >
using tsm::BaseTransition< From, Event, To >::to = To

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