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
8
namespace
state_machine_cpp::Algorithm
{
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
state_machine_cpp
include
builder
builder_types.h
Generated by
1.8.17