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
Spot
Spot
Commits
1077bcb1
Commit
1077bcb1
authored
Mar 10, 2020
by
Antoine Martin
Committed by
Etienne Renault
May 18, 2020
Browse files
twacube: mark get_ap method as const
* spot/twacube/twacube.hh,spot/twacube/twacube.cc: Here.
parent
84fef0ed
Changes
2
Show whitespace changes
Inline
Side-by-side
spot/twacube/twacube.cc
View file @
1077bcb1
...
@@ -66,7 +66,7 @@ namespace spot
...
@@ -66,7 +66,7 @@ namespace spot
return
acc_
;
return
acc_
;
}
}
std
::
vector
<
std
::
string
>
twacube
::
get_ap
()
std
::
vector
<
std
::
string
>
twacube
::
get_ap
()
const
{
{
return
aps_
;
return
aps_
;
}
}
...
...
spot/twacube/twacube.hh
View file @
1077bcb1
...
@@ -139,7 +139,7 @@ namespace spot
...
@@ -139,7 +139,7 @@ namespace spot
acc_cond
&
acc
();
acc_cond
&
acc
();
/// \brief Returns the names of the atomic properties.
/// \brief Returns the names of the atomic properties.
std
::
vector
<
std
::
string
>
get_ap
();
std
::
vector
<
std
::
string
>
get_ap
()
const
;
/// \brief This method creates a new state.
/// \brief This method creates a new state.
unsigned
new_state
();
unsigned
new_state
();
...
...
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