#include <tree.hh>
Public Member Functions | |
void | descend_all () |
Set iterator to the first child as deep as possible down the tree. | |
bool | operator!= (const post_order_iterator &) const |
post_order_iterator | operator++ (int) |
post_order_iterator & | operator++ () |
post_order_iterator & | operator+= (unsigned int) |
post_order_iterator | operator-- (int) |
post_order_iterator & | operator-- () |
post_order_iterator & | operator-= (unsigned int) |
bool | operator== (const post_order_iterator &) const |
post_order_iterator (const sibling_iterator &) | |
post_order_iterator (const iterator_base &) | |
post_order_iterator (tree_node *) | |
post_order_iterator () |
tree< T, tree_node_allocator >::tree::post_order_iterator::post_order_iterator | ( | ) | [inline] |
tree< T, tree_node_allocator >::tree::post_order_iterator::post_order_iterator | ( | tree_node * | tn | ) | [inline] |
tree< T, tree_node_allocator >::tree::post_order_iterator::post_order_iterator | ( | const iterator_base & | other | ) | [inline] |
tree< T, tree_node_allocator >::tree::post_order_iterator::post_order_iterator | ( | const sibling_iterator & | other | ) | [inline] |
void tree< T, tree_node_allocator >::tree::post_order_iterator::descend_all | ( | ) | [inline] |
Set iterator to the first child as deep as possible down the tree.
References tree_node_< T >::first_child, and tree< T, tree_node_allocator >::tree::iterator_base::node.
bool tree< T, tree_node_allocator >::tree::post_order_iterator::operator!= | ( | const post_order_iterator & | other | ) | const [inline] |
tree< T, tree_node_allocator >::post_order_iterator tree< T, tree_node_allocator >::tree::post_order_iterator::operator++ | ( | int | ) | [inline] |
tree< T, tree_node_allocator >::post_order_iterator & tree< T, tree_node_allocator >::tree::post_order_iterator::operator++ | ( | ) | [inline] |
tree< T, tree_node_allocator >::post_order_iterator & tree< T, tree_node_allocator >::tree::post_order_iterator::operator+= | ( | unsigned int | num | ) | [inline] |
tree< T, tree_node_allocator >::post_order_iterator tree< T, tree_node_allocator >::tree::post_order_iterator::operator-- | ( | int | ) | [inline] |
tree< T, tree_node_allocator >::post_order_iterator & tree< T, tree_node_allocator >::tree::post_order_iterator::operator-- | ( | ) | [inline] |
tree< T, tree_node_allocator >::post_order_iterator & tree< T, tree_node_allocator >::tree::post_order_iterator::operator-= | ( | unsigned int | num | ) | [inline] |
bool tree< T, tree_node_allocator >::tree::post_order_iterator::operator== | ( | const post_order_iterator & | other | ) | const [inline] |