listcoll.h File Reference

#include <string.h>

Include dependency graph for listcoll.h:

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

Go to the source code of this file.

Data Structures

struct  lcnode
struct  listCollectionRec

Typedefs

typedef listCollectionRec * listCollectionP

Functions

listCollectionP LCNew (int N)
void LCFree (listCollectionP *pListColl)
void LCReset (listCollectionP listColl)
void LCCopy (listCollectionP dst, listCollectionP src)
int LCGetNext (listCollectionP listColl, int theList, int theNode)
int LCGetPrev (listCollectionP listColl, int theList, int theNode)
int LCPrepend (listCollectionP listColl, int theList, int theNode)
int LCAppend (listCollectionP listColl, int theList, int theNode)
int LCDelete (listCollectionP listColl, int theList, int theNode)


Typedef Documentation

typedef listCollectionRec* listCollectionP
 

Definition at line 23 of file listcoll.h.


Function Documentation

int LCAppend (  listCollectionP  listColl,
int  theList,
int  theNode
) 
 

void LCCopy (  listCollectionP  dst,
listCollectionP  src
) 
 

int LCDelete (  listCollectionP  listColl,
int  theList,
int  theNode
) 
 

void LCFree (  listCollectionP *  pListColl  ) 
 

Definition at line 101 of file listcoll.c.

int LCGetNext (  listCollectionP  listColl,
int  theList,
int  theNode
) 
 

int LCGetPrev (  listCollectionP  listColl,
int  theList,
int  theNode
) 
 

listCollectionP LCNew (  int  N  ) 
 

Definition at line 70 of file listcoll.c.

int LCPrepend (  listCollectionP  listColl,
int  theList,
int  theNode
) 
 

void LCReset (  listCollectionP  listColl  ) 
 


Generated on Thu Oct 20 14:59:07 2005 for DominoParitySeparator by  doxygen 1.4.5