_CPLList Struct Reference

#include <cpl_list.h>

List of all members.

Public Attributes

void * pData
struct _CPLListpsNext


Detailed Description

List element structure.

Member Data Documentation

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 [read]

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


The documentation for this struct was generated from the following file:

Generated for GDAL by doxygen 1.5.7.1.