state_machine_cpp
builder_layers.h
Go to the documentation of this file.
1
//
2
// Created by henri on 27/04/21.
3
//
4
5
#ifndef STATE_MACHINE_CPP_BUILDER_LAYERS_H
6
#define STATE_MACHINE_CPP_BUILDER_LAYERS_H
7
8
#include "
builder.h
"
9
10
class
state_machine_cpp::Algorithm::Builder::Layers
{
11
public
:
12
[[nodiscard]]
virtual
unsigned
int
current
()
const
= 0;
13
virtual
unsigned
int
create
() = 0;
14
virtual
unsigned
int
use
(
unsigned
int
t_layer) = 0;
15
virtual
void
close
() = 0;
16
};
17
18
19
#endif //STATE_MACHINE_CPP_BUILDER_LAYERS_H
state_machine_cpp::Algorithm::Builder::Layers::current
virtual unsigned int current() const =0
state_machine_cpp::Algorithm::Builder::Layers
Definition:
builder_layers.h:10
state_machine_cpp::Algorithm::Builder::Layers::use
virtual unsigned int use(unsigned int t_layer)=0
state_machine_cpp::Algorithm::Builder::Layers::close
virtual void close()=0
state_machine_cpp::Algorithm::Builder::Layers::create
virtual unsigned int create()=0
builder.h
state_machine_cpp
include
builder
builder_layers.h
Generated by
1.8.17