state_machine_cpp
state_machine_cpp::State::Any Class Reference

#include <state_any.h>

Public Member Functions

 Any (const State::Id &t_id)
 
 Any (const State::Instance &t_instance)
 
State::Instance as_instance (unsigned int t_layer_if_not_set) const
 

Detailed Description

Definition at line 19 of file state_any.h.

Constructor & Destructor Documentation

◆ Any() [1/2]

state_machine_cpp::State::Any::Any ( const State::Id t_id)
inline

Definition at line 27 of file state_any.h.

◆ Any() [2/2]

state_machine_cpp::State::Any::Any ( const State::Instance t_instance)
inline

Definition at line 29 of file state_any.h.

Member Function Documentation

◆ as_instance()

State::Instance state_machine_cpp::State::Any::as_instance ( unsigned int  t_layer_if_not_set) const

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