ROSE 0.11.145.147
|
Tree data structure.
The classes in this namespace are for creating a tree data structure having vertices that are polymorphic types, using smart pointers to manage vertex memory, having upward "parent" pointers that are managed automatically, and having downward and upward traversals.
Classes | |
class | Vertex |
Base class for tree vertices. More... | |
Enumerations | |
enum class | TraversalEvent { ENTER , LEAVE } |
Traversal event. More... | |
|
strong |