Changeset 728 for cpp/frams/param
- Timestamp:
- 01/25/18 01:31:52 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/paramtree.h
r723 r728 6 6 #include <memory> 7 7 8 // building a tree of Param groups ,based on the convention used in the Framsticks GUI application:9 // group names containing colon characters ":" are hierarchical paths (like filesystem)10 // groups referencing common subpaths connect to their common parent nodes11 // group ordering is preserved12 // duplicate group names are not allowed8 // building a tree of Param groups based on the convention used in the Framsticks GUI application: 9 // - group names containing colon characters ":" are hierarchical paths (like a filesystem), 10 // - groups referencing common subpaths connect to their common parent nodes, 11 // - group ordering is preserved, 12 // - duplicate group names are not allowed. 13 13 // 14 14 // input: ParamInterface object, only using getGroupCount() and grname()
Note: See TracChangeset
for help on using the changeset viewer.