EVOLUTION-MANAGER
Edit File: struct__CPLList.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.5"/> <title>OGR: _CPLList Struct Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">OGR </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.5 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class List</span></a></li> <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> <li><a href="functions.html"><span>Class Members</span></a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-attribs">Public Attributes</a> | <a href="struct__CPLList-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">_CPLList Struct Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include <<a class="el" href="cpl__list_8h_source.html">cpl_list.h</a>></code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Public Attributes</h2></td></tr> <tr class="memitem:aa64662b3d01669a7fb122dae52a1e232"><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__CPLList.html#aa64662b3d01669a7fb122dae52a1e232">pData</a></td></tr> <tr class="separator:aa64662b3d01669a7fb122dae52a1e232"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:aac608a139b87b4a5a22b0e693c1f316e"><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="struct__CPLList.html">_CPLList</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__CPLList.html#aac608a139b87b4a5a22b0e693c1f316e">psNext</a></td></tr> <tr class="separator:aac608a139b87b4a5a22b0e693c1f316e"><td class="memSeparator" colspan="2"> </td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>List element structure. </p> </div><h2 class="groupheader">Member Data Documentation</h2> <a class="anchor" id="aa64662b3d01669a7fb122dae52a1e232"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void* _CPLList::pData</td> </tr> </table> </div><div class="memdoc"> <p>Pointer to the data object. Should be allocated and freed by the caller. </p> <p>Referenced by <a class="el" href="cpl__hash__set_8h.html#a5895b1b1ba8eb2cc1698e27489ac7091">CPLHashSetDestroy()</a>, <a class="el" href="cpl__hash__set_8h.html#ab50cf26e684b1c64dd3c978d3f802aa3">CPLHashSetForeach()</a>, <a class="el" href="cpl__hash__set_8h.html#a1898b26e58b2b3cd041f925e975c4d1a">CPLHashSetRemove()</a>, <a class="el" href="cpl__list_8h.html#a78a78cc36300251319b8018631de8785">CPLListAppend()</a>, <a class="el" href="cpl__list_8h.html#a7172178c5ec7f4b8292ab376c88ceaef">CPLListGetData()</a>, and <a class="el" href="cpl__list_8h.html#a0ac887cca7e1a3ef9bac3f618c622f8a">CPLListInsert()</a>.</p> </div> </div> <a class="anchor" id="aac608a139b87b4a5a22b0e693c1f316e"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">struct <a class="el" href="struct__CPLList.html">_CPLList</a>* _CPLList::psNext</td> </tr> </table> </div><div class="memdoc"> <p>Pointer to the next element in list. NULL, if current element is the last one. </p> <p>Referenced by <a class="el" href="cpl__hash__set_8h.html#a5895b1b1ba8eb2cc1698e27489ac7091">CPLHashSetDestroy()</a>, <a class="el" href="cpl__hash__set_8h.html#ab50cf26e684b1c64dd3c978d3f802aa3">CPLHashSetForeach()</a>, <a class="el" href="cpl__hash__set_8h.html#a1898b26e58b2b3cd041f925e975c4d1a">CPLHashSetRemove()</a>, <a class="el" href="cpl__list_8h.html#a78a78cc36300251319b8018631de8785">CPLListAppend()</a>, <a class="el" href="cpl__list_8h.html#a4d23bfa24201f523dfe96073ebf4b608">CPLListCount()</a>, <a class="el" href="cpl__list_8h.html#a1d19c7c63d51d57c7c7c6f6a236fca71">CPLListDestroy()</a>, <a class="el" href="cpl__list_8h.html#adb07e42a9d62194c0b116990853a17f1">CPLListGet()</a>, <a class="el" href="cpl__list_8h.html#a8ed2d72f3e97a8dbcf215e1a9df65888">CPLListGetLast()</a>, <a class="el" href="cpl__list_8h.html#a31f2b51b02c65c6e18443c808494ea2b">CPLListGetNext()</a>, <a class="el" href="cpl__list_8h.html#a0ac887cca7e1a3ef9bac3f618c622f8a">CPLListInsert()</a>, and <a class="el" href="cpl__list_8h.html#a6b6e9b39a015ccb6de42f920b67bb66a">CPLListRemove()</a>.</p> </div> </div> <hr/>The documentation for this struct was generated from the following file:<ul> <li><a class="el" href="cpl__list_8h_source.html">cpl_list.h</a></li> </ul> </div><!-- contents --> <hr> Generated for GDAL by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.8.5. </body> </html>