List of all members.
Public Member Functions |
| acList (int s) |
| acList (int s, fcmp c) |
| acList (int s, fcmp c, fprt p) |
| acList (int s, fprt p) |
int | InsertFirst (void *a) |
int | InsertSort (void *d) |
int | InsDelSort (void *d) |
void | DelFirst () |
int | DelNode (void *d) |
int | DelNodeSort (void *d) |
void * | SearchSeq (void *d) |
void * | SearchSort (void *d) |
void * | GetFirst () |
void | Clear () |
int | GetSize () |
acNodeList * | GetHead () |
void | SetListData (int s) |
void | SetListData (int s, fcmp c) |
void | SetListData (int s, fcmp c, fprt p) |
void | SetListData (int s, fprt p) |
void | SetCmpFunc (fcmp c) |
int | Print (FILE *fp) |
int | Exist () |
Protected Member Functions |
void | errorcmp () |
void | erroralloc () |
void | errorinit () |
void | errorprt () |
Protected Attributes |
acNodeList * | head |
int | sizedados |
int | sizelist |
fcmp | cmp |
fprt | prt |
The documentation for this class was generated from the following files:
- include/acdp/aclist.h
- src/acdp/aclist/clear.cpp
- src/acdp/aclist/delsort.cpp
- src/acdp/aclist/error.cpp
- src/acdp/aclist/insfirst.cpp
- src/acdp/aclist/inssort.cpp
- src/acdp/aclist/searsort.cpp