GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LDT / V0-5-0 > encdec / linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

_BTREE_node Struct Reference

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

#include <BTREE.h>

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 Mon Aug 23 09:43:47 2010 by  doxygen 1.5.3