Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
#include <forest.hpp>
Public Types | |
typedef I | iterator_type |
typedef inherited_t::reference | reference |
Public Member Functions | |
reverse_fullorder_iterator () | |
reverse_fullorder_iterator (I x) | |
template<typename U> | |
reverse_fullorder_iterator (const reverse_fullorder_iterator< U > &x) | |
iterator_type | base () const |
std::size_t | edge () const |
std::size_t & | edge () |
bool | equal_node (const reverse_fullorder_iterator &y) const |
Friends | |
class | boost::iterator_core_access |
Definition at line 251 of file forest.hpp.
typedef I iterator_type |
Definition at line 261 of file forest.hpp.
typedef inherited_t::reference reference |
Definition at line 262 of file forest.hpp.
reverse_fullorder_iterator | ( | ) |
Definition at line 264 of file forest.hpp.
|
explicit |
Definition at line 265 of file forest.hpp.
reverse_fullorder_iterator | ( | const reverse_fullorder_iterator< U > & | x | ) |
Definition at line 268 of file forest.hpp.
iterator_type base | ( | ) | const |
Definition at line 271 of file forest.hpp.
std::size_t edge | ( | ) | const |
Definition at line 273 of file forest.hpp.
std::size_t & edge | ( | ) |
Definition at line 274 of file forest.hpp.
bool equal_node | ( | const reverse_fullorder_iterator< I > & | y | ) | const |
Definition at line 276 of file forest.hpp.
|
friend |
Definition at line 281 of file forest.hpp.