Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
be0be678
Commit
be0be678
authored
Mar 28, 2018
by
Vinogradov Aleksei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pulse: добавил const метод для корректного вызова c const объектом
parent
fdc7f43b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Pulse.h
include/Pulse.h
+5
-0
No files found.
include/Pulse.h
View file @
be0be678
...
...
@@ -85,6 +85,11 @@ namespace uniset
return
step
();
// ostate;
}
inline
bool
out
()
const
noexcept
{
return
ostate
;
}
inline
void
set
(
bool
state
)
noexcept
{
enabled
=
state
;
...
...
Write
Preview
Markdown
is supported
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