ROSE
0.11.125.0
|
Information about a child.
Definition at line 225 of file Tree/Base.h.
#include <Rose/Tree/Base.h>
Public Attributes | |
size_t | i |
Index of the child counted across all inherited child edges. More... | |
std::string | name |
Property name of the child. More... | |
Ptr | value |
Child pointer value. More... | |
size_t Rose::Tree::Base::ChildDescriptor::i |
Index of the child counted across all inherited child edges.
Definition at line 226 of file Tree/Base.h.
Referenced by Rose::Tree::Base::traverse().
std::string Rose::Tree::Base::ChildDescriptor::name |
Property name of the child.
Definition at line 227 of file Tree/Base.h.
Ptr Rose::Tree::Base::ChildDescriptor::value |
Child pointer value.
Definition at line 228 of file Tree/Base.h.
Referenced by Rose::Tree::Base::traverse().