#include <cpl_list.h>
Public Attributes | |
| void * | pData |
| struct _CPLList * | psNext |
List element structure.
| void* _CPLList::pData |
Pointer to the data object. Should be allocated and frred by the caller.
Referenced by CPLHashSetDestroy(), CPLHashSetForeach(), CPLHashSetRemove(), CPLListAppend(), CPLListGetData(), and CPLListInsert().
| struct _CPLList* _CPLList::psNext |
Pointer to the next element in list. NULL, if current element is the last one
Referenced by CPLHashSetDestroy(), CPLHashSetForeach(), CPLHashSetRemove(), CPLListAppend(), CPLListCount(), CPLListDestroy(), CPLListGet(), CPLListGetLast(), CPLListGetNext(), CPLListInsert(), and CPLListRemove().
1.6.2-20100208.