GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LDT / V0-3-2

Constituent: encdec     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

_BTREE_node Struct Reference

Definition of a node in a binary tree. More...

#include <BTREE.h>

Collaboration diagram for _BTREE_node:

Collaboration graph
[legend]

Data Fields

BTREE_nodeleft
BTREE_noderight
void * data

Detailed Description

Definition of a node in a binary tree.


Field Documentation

void* _BTREE_node::data
 

The data associated with this node

BTREE_node* _BTREE_node::left
 

The left child node

BTREE_node* _BTREE_node::right
 

The right child node


The documentation for this struct was generated from the following file:
Generated on Thu Dec 7 05:04:47 2006 by  doxygen 1.4.4