edge_iterator< I, Edge > Class Template Reference | ||||||||||||||||||||||||||||||
Public Member Functions | |
| edge_iterator () | |
| template<typename U > | |
| edge_iterator (const edge_iterator< U, Edge > &u) | |
| edge_iterator (I x) | |
Friends | |
| class | boost::iterator_core_access |
Detailed Description
template<typename I, std::size_t Edge>
class adobe::edge_iterator< I, Edge >
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 105 of file forest.hpp.
Constructor & Destructor Documentation
| edge_iterator | ( | ) |
Definition at line 108 of file forest.hpp.
| edge_iterator | ( | I | x ) | [explicit] |
Definition at line 109 of file forest.hpp.
| edge_iterator | ( | const edge_iterator< U, Edge > & | u ) |
Definition at line 111 of file forest.hpp.
Friends And Related Function Documentation
friend class boost::iterator_core_access [friend] |
Definition at line 115 of file forest.hpp.

