tin  1.5.9
tsm::core::initial_child< Composite, Initial > Struct Template Reference

#include <core_algorithms.h>

Collaboration diagram for tsm::core::initial_child< Composite, Initial >:
Collaboration graph

Public Types

using composite = Composite
 
using initial = Initial
 

Detailed Description

template<typename Composite, typename Initial>
struct tsm::core::initial_child< Composite, Initial >

Initial child relationship for a composite state.

Entering a composite state continues by entering its initial child, then that child's initial child, until a leaf state is reached.

(initial-child Composite Initial)

Member Typedef Documentation

◆ composite

template<typename Composite , typename Initial >
using tsm::core::initial_child< Composite, Initial >::composite = Composite

◆ initial

template<typename Composite , typename Initial >
using tsm::core::initial_child< Composite, Initial >::initial = Initial

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