OGR
|
#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 freed by the caller.
Referenced by CPLHashSetForeach(), CPLHashSetInsert(), CPLHashSetLookup(), CPLHashSetSize(), CPLListAppend(), CPLListGetData(), CPLListInsert(), CPLWorkerThreadPool::Setup(), CPLWorkerThreadPool::SubmitJob(), and CPLWorkerThreadPool::SubmitJobs().
struct _CPLList* _CPLList::psNext |
Pointer to the next element in list. NULL, if current element is the last one.
Referenced by CPLDestroyXMLNode(), CPLHashSetForeach(), CPLHashSetInsert(), CPLHashSetLookup(), CPLHashSetSize(), CPLListAppend(), CPLListCount(), CPLListDestroy(), CPLListGet(), CPLListGetLast(), CPLListGetNext(), CPLListInsert(), CPLListRemove(), CPLWorkerThreadPool::Setup(), CPLWorkerThreadPool::SubmitJob(), and CPLWorkerThreadPool::SubmitJobs().