state_machine_cpp
builder_types.h
Go to the documentation of this file.
1 //
2 // Created by henri on 07/05/21.
3 //
4 
5 #ifndef STATE_MACHINE_CPP_BUILDER_TYPES_H
6 #define STATE_MACHINE_CPP_BUILDER_TYPES_H
7 
9  enum struct Mode : bool { Debug, Release };
10 }
11 
12 #endif //STATE_MACHINE_CPP_BUILDER_TYPES_H
state_machine_cpp::Algorithm::Mode
Mode
Definition: builder_types.h:9
state_machine_cpp::Algorithm::Mode::Debug
@ Debug
state_machine_cpp::Algorithm::Mode::Release
@ Release
state_machine_cpp::Algorithm
Definition: algorithm.h:14