Iterator which traverses only the nodes which are siblings of each other. More...
#include <tree_new.h>
Public Attributes | |
tree_node * | parent_ |
![]() | |
tree_node * | node |
Private Member Functions | |
void | set_parent_ () |
Additional Inherited Members | |
![]() | |
typedef ptrdiff_t | difference_type |
typedef ptrdiff_t | difference_type |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef T * | pointer |
typedef T * | pointer |
typedef T & | reference |
typedef T & | reference |
typedef size_t | size_type |
typedef size_t | size_type |
typedef T | value_type |
typedef T | value_type |
![]() | |
bool | skip_current_children_ |
Iterator which traverses only the nodes which are siblings of each other.
Definition at line 188 of file tree_new.h.
tree< T, tree_node_allocator >::children_iterator::children_iterator | ( | ) |
Definition at line 1406 of file tree_new.h.
tree< T, tree_node_allocator >::children_iterator::children_iterator | ( | tree_node * | ) |
bool tree< T, tree_node_allocator >::children_iterator::operator!= | ( | const children_iterator & | other | ) | const |
Definition at line 1097 of file tree_new.h.
tree< T, tree_node_allocator >::children_iterator & tree< T, tree_node_allocator >::children_iterator::operator++ | ( | ) |
Definition at line 1429 of file tree_new.h.
tree< T, tree_node_allocator >::children_iterator tree< T, tree_node_allocator >::children_iterator::operator++ | ( | int | ) |
Definition at line 1448 of file tree_new.h.
tree< T, tree_node_allocator >::children_iterator & tree< T, tree_node_allocator >::children_iterator::operator+= | ( | unsigned int | num | ) |
Definition at line 1464 of file tree_new.h.
tree< T, tree_node_allocator >::children_iterator & tree< T, tree_node_allocator >::children_iterator::operator-- | ( | ) |
Definition at line 1437 of file tree_new.h.
tree< T, tree_node_allocator >::children_iterator tree< T, tree_node_allocator >::children_iterator::operator-- | ( | int | ) |
Definition at line 1456 of file tree_new.h.
tree< T, tree_node_allocator >::children_iterator & tree< T, tree_node_allocator >::children_iterator::operator-= | ( | unsigned int | num | ) |
Definition at line 1474 of file tree_new.h.
bool tree< T, tree_node_allocator >::children_iterator::operator== | ( | const children_iterator & | other | ) | const |
Definition at line 1104 of file tree_new.h.
tree< T, tree_node_allocator >::tree_node * tree< T, tree_node_allocator >::children_iterator::range_first | ( | ) | const |
Definition at line 1484 of file tree_new.h.
tree< T, tree_node_allocator >::tree_node * tree< T, tree_node_allocator >::children_iterator::range_last | ( | ) | const |
Definition at line 1491 of file tree_new.h.
|
private |
Definition at line 1420 of file tree_new.h.
tree_node* tree< T, tree_node_allocator >::children_iterator::parent_ |
Definition at line 204 of file tree_new.h.