hp2FEM  0.1
Public Member Functions | Protected Member Functions | Protected Attributes
acList Class Reference
Collaboration diagram for acList:
Collaboration graph
[legend]

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

acNodeListhead
int sizedados
int sizelist
fcmp cmp
fprt prt

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Friends Defines