depth_fullorder_iterator< I > Class Template Reference
Detailed Descriptiontemplate<typename I>
|
typedef boost::iterator_adaptor<depth_fullorder_iterator<I>, I>::difference_type difference_type |
Definition at line 294 of file forest.hpp.
Constructor & Destructor Documentation
depth_fullorder_iterator | ( | difference_type | d = 0 ) |
Definition at line 296 of file forest.hpp.
depth_fullorder_iterator | ( | I | x, |
difference_type | d = 0 |
||
) | [explicit] |
Definition at line 297 of file forest.hpp.
depth_fullorder_iterator | ( | const depth_fullorder_iterator< U > & | x ) |
Definition at line 301 of file forest.hpp.
Member Function Documentation
difference_type depth | ( | ) | const |
Definition at line 306 of file forest.hpp.
std::size_t edge | ( | ) | const |
Definition at line 307 of file forest.hpp.
std::size_t& edge | ( | ) |
Definition at line 308 of file forest.hpp.
bool equal_node | ( | depth_fullorder_iterator< I > const & | y ) | const |
Definition at line 309 of file forest.hpp.
Friends And Related Function Documentation
friend class boost::iterator_core_access [friend] |
Definition at line 312 of file forest.hpp.