filters
GList Class Reference
List of all members.Detailed Description
Definition at line 21 of file GList.h.
Public Member Functions | |
| GList () | |
| GList (int sizeA) | |
| ~GList () | |
| int | getLength () |
| void * | get (int i) |
| void | append (void *p) |
| void | append (GList *list) |
| void | insert (int i, void *p) |
| void * | del (int i) |
| void | setAllocIncr (int incA) |
The documentation for this class was generated from the following files:

