|
Rumba C++ SDK
|
A node children iteration. More...
#include <NodeDelegate.h>
Public Member Functions | |
| Children (const std::shared_ptr< NodeDelegate > &node) | |
| Constructs a node attribute iteration. More... | |
| ChildIterator | begin () const |
| Return the begin iterator of the children. More... | |
| ChildIterator | end () const |
| Return the end iterator of the children. More... | |
Friends | |
| class | NodeDelegate |
A node children iteration.
|
inline |
Constructs a node attribute iteration.
|
inline |
Return the begin iterator of the children.
|
inline |
Return the end iterator of the children.
|
friend |