|
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) |