The Pedigree Project  0.1
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
Tree< K, E >::IteratorNode Class Reference

#include <Tree.h>

+ Collaboration diagram for Tree< K, E >::IteratorNode:

Public Member Functions

 IteratorNode (Node *node, Node *prev, size_t n)
 
IteratorNodenext ()
 
IteratorNodeprevious ()
 
void reset (Node *node, Node *prev, size_t n)
 

Public Attributes

Nodevalue
 

Private Member Functions

void traverseNext ()
 

Private Attributes

NodepNode
 
NodepPreviousNode
 

Detailed Description

template<class K, class E>
class Tree< K, E >::IteratorNode

Todo:
This will actually mean for each Tree you can only use one iterator at a time, which may not be effective depending on how this is used.

Definition at line 51 of file Tree.h.


The documentation for this class was generated from the following file: