Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
57b6672b
Commit
57b6672b
authored
Nov 18, 2009
by
Sebastian Eichelbaum
Browse files
[ADD] - WBoolFlag as alias to WFlag< bool >
parent
b5ab6de0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/common/WFlag.hpp
src/common/WFlag.hpp
+5
-0
No files found.
src/common/WFlag.hpp
View file @
57b6672b
...
...
@@ -97,6 +97,11 @@ protected:
private:
};
/**
* Alias for easy usage of WFLag< bool >.
*/
typedef
WFlag
<
bool
>
WBoolFlag
;
template
<
typename
T
>
WFlag
<
T
>::
WFlag
(
WCondition
*
condition
,
T
initial
)
{
...
...
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