Java iterators for C++:
|
Left-Right-Process iterator. More...
#include <Tree_LRP.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... | |
Left-Right-Process iterator.
Definition at line 59 of file Tree_LRP.h.
Iterator::set()
.
Definition at line 72 of file Tree_LRP.h.
bool Tree_LRP< E >::hasNext | ( | ) | const |
Iterator::hasNext()
.
Definition at line 104 of file Tree_LRP.h.
Iterator::next()
.
Definition at line 110 of file Tree_LRP.h.
std::queue<>.
Definition at line 60 of file Tree_LRP.h.
Tree_LRP< E >::__pad0__ |
init()
.
Definition at line 64 of file Tree_LRP.h.