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
87bb2ddd
Commit
87bb2ddd
authored
Dec 14, 2011
by
Sebastian Eichelbaum
Browse files
[DOC]
parent
3be085dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/core/common/WPropertyList.h
src/core/common/WPropertyList.h
+5
-0
No files found.
src/core/common/WPropertyList.h
View file @
87bb2ddd
...
...
@@ -32,6 +32,11 @@
#include "WPropertyGroupBase.h"
#include "WPropertyTypes.h"
/**
* This is a dynamic property list. With its help, user can dynamically add items.
*
* \tparam T This is a property type. The list will then contain several of these properties.
*/
template
<
typename
T
>
class
WPropertyList
:
public
WPropertyGroupBase
{
...
...
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