GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LDT / V0-4-0

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]

List of all members.

Public Attributes

BTREE_nodeleft
BTREE_noderight
void * data


Detailed Description

Definition of a node in a binary tree.

Member Data Documentation

BTREE_node* _BTREE_node::left

The left child node

BTREE_node* _BTREE_node::right

The right child node

void* _BTREE_node::data

The data associated with this node


The documentation for this struct was generated from the following file:
Generated on Fri Jun 19 01:48:15 2009 by  doxygen 1.5.3