Class Tree::Edge#
Defined in File Tree.h
Nested Relationships#
This class is a nested type of Class Tree.
Class Documentation#
-
class Edge
A tree edge has pointers to the nodes it links (parent and child).
Public Functions
-
inline virtual ~Edge()
-
inline Node *parent() const
-
inline Node *source() const
-
inline Node *tail() const
-
inline Node *child() const
-
inline Node *sink() const
-
inline Node *head() const
-
inline virtual void dump(std::ostream &os)
Protected Functions
-
inline void copy(Edge *e)
Friends
- friend class Tree
- friend class Tree::Node
-
inline virtual ~Edge()