Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Romain De Laage De Bellefaye
LO21-projet
Commits
35191733
Commit
35191733
authored
Jun 08, 2021
by
Leon Do Castelo
Browse files
suppression de isRunning
parent
58e0bc2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/Automate.h
View file @
35191733
...
...
@@ -20,9 +20,8 @@ class Automate {
std
::
list
<
Reseau
>::
iterator
itBuffer
;
unsigned
int
h
;
unsigned
int
l
;
bool
isRunning
;
Automate
()
:
delai
(
500
),
fonction
(
nullptr
),
regleVoisinage
(
nullptr
),
itBuffer
(
buffer
.
begin
()),
h
(
0
),
l
(
0
),
isRunning
(
false
),
title
(
""
)
{
timer
.
automate
=
this
;
}
Automate
()
:
delai
(
500
),
fonction
(
nullptr
),
regleVoisinage
(
nullptr
),
itBuffer
(
buffer
.
begin
()),
h
(
0
),
l
(
0
),
title
(
""
)
{
timer
.
automate
=
this
;
}
Automate
(
const
Automate
&
a
)
=
delete
;
Automate
&
operator
=
(
const
Automate
&
a
)
=
delete
;
std
::
string
getTitle
()
const
{
return
title
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment