-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
Module::child()
, Module::childrenDfs()
and `Module::immediate…
…Children()` Those functions are implemented in the same manner as in `SchemaNode` and allows to walk through modules children. This is counterpart to already implemented `Module::childInstantiables()` that returns instantiables schema nodes. These return all nodes, including the schema-only nodes such as choice and case if end-user needs to read its schema. While the implementation is inspired by functions in `SchemaNode`, imlementation of `Module::parent()` and `Module::siblings()` was omitted as those do no make sense on `Module`. Change-Id: I38c8374304f859d65343d04d08302e07deb05f27
- Loading branch information
1 parent
01f2633
commit 32b200e
Showing
6 changed files
with
346 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.