ROSE  0.11.125.0
Public Attributes | List of all members
Rose::Tree::Base::ChildDescriptor Struct Reference

Description

Information about a child.

Definition at line 225 of file Tree/Base.h.

#include <Rose/Tree/Base.h>

Collaboration diagram for Rose::Tree::Base::ChildDescriptor:
Collaboration graph
[legend]

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...
 

Member Data Documentation

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().


The documentation for this struct was generated from the following file: