#include </home/clem/local/src/opie/noncore/unsupported/qpdf/goo/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) |
Private Member Functions | |
| void | expand () |
| void | shrink () |
Private Attributes | |
| void ** | data |
| int | size |
| int | length |
| int | inc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 40 of file GList.cc. References data, expand(), length, and size. Referenced by GlobalParams::parseCMapDir(), GlobalParams::parseFile(), GlobalParams::parseFontDir(), GlobalParams::parsePSFont16(), and GlobalParams::parseToUnicodeDir(). |
|
|
|
|
|
Definition at line 83 of file GList.cc. References data, grealloc(), inc, and size. |
|
|
|
||||||||||||
|
|
|
|
Definition at line 64 of file GList.h. References inc. |
|
|
Definition at line 88 of file GList.cc. References data, grealloc(), inc, and size. Referenced by del(). |
|
|
Definition at line 71 of file GList.h. Referenced by append(), del(), expand(), get(), GList(), insert(), shrink(), and ~GList(). |
|
|
Definition at line 74 of file GList.h. Referenced by del(), expand(), GList(), setAllocIncr(), and shrink(). |
|
|
Definition at line 73 of file GList.h. Referenced by append(), del(), getLength(), GList(), and insert(). |
|
|
Definition at line 72 of file GList.h. Referenced by append(), del(), expand(), GList(), insert(), and shrink(). |
1.4.2