OGR
Public Attributes | List of all members
_CPLList Struct Reference

#include <cpl_list.h>

Public Attributes

void * pData
 
struct _CPLListpsNext
 

Detailed Description

List element structure.

Member Data Documentation

§ pData

void* _CPLList::pData

Pointer to the data object. Should be allocated and freed by the caller.

Referenced by CPLListInsert().

§ psNext

struct _CPLList* _CPLList::psNext

Pointer to the next element in list. NULL, if current element is the last one.

Referenced by CPLListCount(), CPLListDestroy(), and CPLListInsert().


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

Generated for GDAL by doxygen 1.8.12.