Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

ttuple Struct Reference

Doubly-linked list of tuples, for efficient insertions and deletions. More...


Data Fields

tuple * tuple
ttuple * next
ttuple * previous


Detailed Description

Doubly-linked list of tuples, for efficient insertions and deletions.

Definition at line 74 of file tuple_server.c.


Field Documentation

struct ttuple* ttuple::next
 

Definition at line 76 of file tuple_server.c.

Referenced by add_tuple_to_space, handle_dump_space, handle_get_read, and remove_message_from_space.

struct ttuple* ttuple::previous
 

Definition at line 77 of file tuple_server.c.

Referenced by add_tuple_to_space, and remove_message_from_space.

struct tuple* ttuple::tuple
 

Definition at line 75 of file tuple_server.c.

Referenced by add_tuple_to_space, handle_dump_space, and handle_get_read.


The documentation for this struct was generated from the following file:
Generated on Sun Mar 30 23:46:51 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002