Java iterators for C++:
|
Process-Left-Right iterator. More...
#include <Tree_PLR.h>
Public Member Functions | |
void | set (const TL::Tree< E > &T) |
Iterator::set() . More... | |
bool | hasNext () const |
Iterator::hasNext() . More... | |
const TL::Tree< E > | next () |
Iterator::next() . More... | |
Public Attributes | |
__pad0__: m_Q() { set(T) | |
init() . More... | |
Private Attributes | |
std::list< TL::Tree< E > > | m_Q |
std::queue<>. More... | |
Process-Left-Right iterator.
Definition at line 59 of file Tree_PLR.h.
Iterator::set()
.
Definition at line 72 of file Tree_PLR.h.
bool Tree_PLR< E >::hasNext | ( | ) | const |
Iterator::hasNext()
.
Definition at line 109 of file Tree_PLR.h.
Iterator::next()
.
Definition at line 115 of file Tree_PLR.h.
std::queue<>.
Definition at line 60 of file Tree_PLR.h.
Tree_PLR< E >::__pad0__ |
init()
.
Definition at line 64 of file Tree_PLR.h.