List of all members.
Public Member Functions |
| Iterator (struct node *pos=NULL, unsigned int max=0) |
| Iterator (const Iterator &src) |
Iterator & | operator= (const Iterator &rhs) |
bool | operator== (const Iterator &rhs) const |
bool | operator!= (const Iterator &rhs) const |
t & | operator* () const |
void | advance_down () |
void | advance_down (unsigned int item) |
void | setval (const t &val) |
const ItemSet & | itemset () const |
Friends |
class | ConstIterator |
template<typename t>
class ItemSetTree< t >::Iterator
The documentation for this class was generated from the following file: