Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
An iterator used to traverse a specific edge type within a forest. More...
#include <adobe/forest.hpp>
Public Member Functions | |
edge_iterator () | |
edge_iterator (I x) | |
template<typename U> | |
edge_iterator (const edge_iterator< U, Edge > &u) |
Friends | |
class | boost::iterator_core_access |
This is the edge_iterator
of the forest
class. See http://stlab.adobe.com/twiki/bin/view/AdobeSource/ForestEdge for more documentation on the edge semantics of iterators for forest.
Definition at line 128 of file forest.hpp.
edge_iterator | ( | ) |
Definition at line 130 of file forest.hpp.
|
explicit |
Definition at line 131 of file forest.hpp.
edge_iterator | ( | const edge_iterator< U, Edge > & | u | ) |
Definition at line 133 of file forest.hpp.
|
friend |
Definition at line 136 of file forest.hpp.