Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

BinaryNode Struct Reference

A node in a binary tree. More...

#include <LinkedLists.h>

Collaboration diagram for BinaryNode:

Collaboration graph
[legend]

Data Fields

BinaryNode * right
BinaryNode * left

Detailed Description

A node in a binary tree.

This node points to the left and right child in a binary tree.

Definition at line 75 of file LinkedLists.h.


Field Documentation

struct BinaryNode* BinaryNode::left
 

Definition at line 78 of file LinkedLists.h.

Referenced by LeftNodeRight().

struct BinaryNode* BinaryNode::right
 

Definition at line 77 of file LinkedLists.h.


The documentation for this struct was generated from the following file:
Generated on Sun Dec 23 15:20:58 2001 for ANet by doxygen 1.2.12 written by Dimitri van Heesch, © 1997-2001

SourceForge
Logo