Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BasicDataStructures::BinarySearchTree< BinarySearchTreeType >::node Struct Reference

#include <BinarySearchTree.h>

List of all members.

Public Attributes

BinarySearchTreeType * item
nodeleft
noderight


Detailed Description

template<class BinarySearchTreeType>
struct BasicDataStructures::BinarySearchTree< BinarySearchTreeType >::node

Describe a Binary Search Tree Node


Member Data Documentation

template<class BinarySearchTreeType>
BinarySearchTreeType* BasicDataStructures::BinarySearchTree< BinarySearchTreeType >::node::item
 

The element stored in this node

template<class BinarySearchTreeType>
node* BasicDataStructures::BinarySearchTree< BinarySearchTreeType >::node::left
 

The left child node

template<class BinarySearchTreeType>
node* BasicDataStructures::BinarySearchTree< BinarySearchTreeType >::node::right
 

The right child node


The documentation for this struct was generated from the following file:
Generated on Mon May 30 17:45:43 2005 for raknet by  doxygen 1.4.2