Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

guma::bbt_node Struct Reference

#include <guma_sorting.h>

List of all members.

Public Attributes

void * key
struct {
   int   b: 2
   int   l: 2
F
bbt_node * left
bbt_node * right
bbt_node * parent


Member Data Documentation

int guma::bbt_node::b
 

Definition at line 41 of file guma_sorting.h.

struct { ... } guma::bbt_node::F
 

void* guma::bbt_node::key
 

Definition at line 37 of file guma_sorting.h.

int guma::bbt_node::l
 

Definition at line 42 of file guma_sorting.h.

struct bbt_node* guma::bbt_node::left
 

Definition at line 45 of file guma_sorting.h.

struct bbt_node* guma::bbt_node::parent
 

Definition at line 47 of file guma_sorting.h.

struct bbt_node* guma::bbt_node::right
 

Definition at line 46 of file guma_sorting.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 21 04:18:02 2002 for GUL 0.6 - Geometry Utility Library by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001