state_machine_cpp
|
Public Member Functions | |
void | build (States &states, Transitions &transitions, Layers &layers) override |
![]() | |
template<class T > | |
friend | void ::state_machine_cpp::Algorithm::build (Algorithm::Instance &t_destination, Algorithm::Mode t_build_mode) |
Static Public Member Functions | |
static void | show_double_counter (Context &context) |
static AttributeTree< Layer< ForLoop::Attributes >, Layer< ForLoop::Attributes > > * | create_attributes (int n, int m) |
Static Public Attributes | |
static const State::Id & | INITIAL_STATE = ForLoop::INITIAL_STATE |
static const State::Id & | FINAL_STATE = ForLoop::FINAL_STATE |
Additional Inherited Members | |
![]() | |
template<class T > | |
static void | import (States &states, Transitions &transitions, Layers &layers) |
Definition at line 8 of file example_DoubleLoop_main.cpp.
|
inlineoverridevirtual |
Implements state_machine_cpp::Algorithm::Builder.
Definition at line 20 of file example_DoubleLoop_main.cpp.
|
inlinestatic |
Definition at line 33 of file example_DoubleLoop_main.cpp.
|
inlinestatic |
Definition at line 14 of file example_DoubleLoop_main.cpp.
|
static |
Definition at line 12 of file example_DoubleLoop_main.cpp.
|
static |
Definition at line 11 of file example_DoubleLoop_main.cpp.