Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

linklist.hh File Reference

#include "rcs_defs.hh"
#include <stddef.h>

Include dependency graph for linklist.hh:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Data Structures

class  RCS_LINKED_LIST_NODE
class  RCS_LINKED_LIST

Enumerations

enum  IS_EMPTY { LIST_EMPTY, LIST_NOT_EMPTY }
enum  LIST_SIZING_MODE { DELETE_FROM_HEAD, DELETE_FROM_TAIL, STOP_AT_MAX, NO_MAXIMUM_SIZE }


Enumeration Type Documentation

enum IS_EMPTY
 

Enumeration values:
LIST_EMPTY 
LIST_NOT_EMPTY 

Definition at line 25 of file linklist.hh.

00026 {
00027   LIST_EMPTY,
00028   LIST_NOT_EMPTY
00029 };

enum LIST_SIZING_MODE
 

Enumeration values:
DELETE_FROM_HEAD 
DELETE_FROM_TAIL 
STOP_AT_MAX 
NO_MAXIMUM_SIZE 

Definition at line 31 of file linklist.hh.

00032 {
00033   DELETE_FROM_HEAD,
00034   DELETE_FROM_TAIL,
00035   STOP_AT_MAX,
00036   NO_MAXIMUM_SIZE
00037 };


Generated on Sun Dec 2 15:57:12 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001