VAT
3.0
Video Analysis Tool
|
Breadth-first iterator, using a queue. More...
#include <tree.hh>
Public Member Functions | |
breadth_first_queued_iterator (tree_node *) | |
breadth_first_queued_iterator (const iterator_base &) | |
bool | operator== (const breadth_first_queued_iterator &) const |
bool | operator!= (const breadth_first_queued_iterator &) const |
breadth_first_queued_iterator & | operator++ () |
breadth_first_queued_iterator | operator++ (int) |
breadth_first_queued_iterator & | operator+= (unsigned int) |
![]() | |
iterator_base (tree_node *) | |
T & | operator* () const |
T * | operator-> () const |
void | skip_children () |
When called, the next increment/decrement skips children of this node. | |
void | skip_children (bool skip) |
unsigned int | number_of_children () const |
Number of children of the node pointed to by the iterator. | |
sibling_iterator | begin () const |
sibling_iterator | end () const |
Additional Inherited Members | |
![]() | |
typedef T | value_type |
typedef T * | pointer |
typedef T & | reference |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef std::bidirectional_iterator_tag | iterator_category |
![]() | |
tree_node * | node |
![]() | |
bool | skip_current_children_ |
Breadth-first iterator, using a queue.