Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

_CPLList Struct Reference

#include <cpl_list.h>

List of all members.

Public Attributes

void * pData
_CPLList * psNext


Detailed Description

List element structure.


Member Data Documentation

void* _CPLList::pData
 

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

struct _CPLList* _CPLList::psNext
 

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


The documentation for this struct was generated from the following file:
Generated on Mon Oct 6 16:31:38 2003 for SDTS_AL by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002