Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 48aebc76604d00e261fd2a64f42d7eb8 > files > 103

liblomoco-devel-1.0-9mdv2010.0.i586.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!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" lang="en" xml:lang="en">
<head>
  <title>lomoco: lomoco_list_s Struct Reference</title>

<style type="text/css">
  .cp-doNotDisplay { display: none; }
  @media aural, braille, handheld, tty { .cp-doNotDisplay { display: inline; speak: normal; }}
  .cp-edit { text-align: right; }
  @media print, embossed { .cp-edit { display: none; }}
</style>

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="MSSmartTagsPreventParsing" content="true" />
  <meta name="robots" content="all" />
  <link rel="stylesheet" type="text/css" href="doxygen.css" />
  <link rel="stylesheet" media="screen" type="text/css" href="csync.css" />
  <link rel="stylesheet" media="print, embossed" type="text/css" href="print.css" />
</head>

<body>

<ul class="cp-doNotDisplay">
  <li><a href="#cp-content" accesskey="2">Skip to content</a></li>
  <li><a href="#cp-menu" accesskey="5">Skip to link menu</a></li>
</ul>

<div id="container">
<div id="header">
  <div id="header_top"><div><div style="padding: 10px 30px;">
  <!-- <img alt ="" src="top-kde.jpg"/> -->
    csync API Reference  </div></div></div>
  <div id="header_bottom">
    <div id="location">
      <ul>
        <li><a href="index.html">csync</a></li>
      </ul>
    </div>

    <div id="menu">
<ul><li><a href="http://www.csync.org/">Sitemap</a></li>
<li><a href="http://www.csync.org/">Contact Us</a></li>
</ul>
    </div>
  </div>
</div>
<!-- End page header -->
    <div id="body_wrapper">
      <div id="body">
        <!-- begin main content -->
        <div id="right">
          <div class="content">
          <div id="main">
            <div class="clearer">&nbsp;</div>
    <!-- <h2><a name="content"></a>lomoco</h2> -->

<!-- BC -->
<!-- Generated by Doxygen 1.5.9 -->
<div class="contents">
<h1>lomoco_list_s Struct Reference</h1><!-- doxytag: class="lomoco_list_s" -->Used for each element in a doubly-linked list.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="lomoco__list_8h_source.html">lomoco/lomoco_list.h</a>&gt;</code>
<p>
<div class="dynheader">
Collaboration diagram for lomoco_list_s:</div>
<div class="dynsection">
<p><center><img src="structlomoco__list__s__coll__graph.png" border="0" usemap="#lomoco__list__s__coll__map" alt="Collaboration graph"></center>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="lomoco__list_8h.html#78f904678284f1d9f398a957b11684c8">lomoco_pointer</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlomoco__list__s.html#a2bb203ee9a2c91f06e8a9e4cfc27d52">data</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structlomoco__list__s.html">lomoco_list_s</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlomoco__list__s.html#446d47aefd0f9916743aacf78775a634">next</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structlomoco__list__s.html">lomoco_list_s</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structlomoco__list__s.html#3256fca5295df98b0188309443df979f">prev</a></td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Used for each element in a doubly-linked list. 
<p>
The data field holds the element's data, which can be a pointer to any kind of data. The next and prev pointers are the links to the next and previous elements in the list. 
<p>Definition at line <a class="el" href="lomoco__list_8h_source.html#l00080">80</a> of file <a class="el" href="lomoco__list_8h_source.html">lomoco_list.h</a>.</p>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="a2bb203ee9a2c91f06e8a9e4cfc27d52"></a><!-- doxytag: member="lomoco_list_s::data" ref="a2bb203ee9a2c91f06e8a9e4cfc27d52" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="lomoco__list_8h.html#78f904678284f1d9f398a957b11684c8">lomoco_pointer</a> <a class="el" href="structlomoco__list__s.html#a2bb203ee9a2c91f06e8a9e4cfc27d52">lomoco_list_s::data</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="lomoco__list_8h_source.html#l00084">84</a> of file <a class="el" href="lomoco__list_8h_source.html">lomoco_list.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="446d47aefd0f9916743aacf78775a634"></a><!-- doxytag: member="lomoco_list_s::next" ref="446d47aefd0f9916743aacf78775a634" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structlomoco__list__s.html">lomoco_list_s</a>* <a class="el" href="structlomoco__list__s.html#446d47aefd0f9916743aacf78775a634">lomoco_list_s::next</a><code> [read]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="lomoco__list_8h_source.html#l00081">81</a> of file <a class="el" href="lomoco__list_8h_source.html">lomoco_list.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="3256fca5295df98b0188309443df979f"></a><!-- doxytag: member="lomoco_list_s::prev" ref="3256fca5295df98b0188309443df979f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structlomoco__list__s.html">lomoco_list_s</a>* <a class="el" href="structlomoco__list__s.html#3256fca5295df98b0188309443df979f">lomoco_list_s::prev</a><code> [read]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="lomoco__list_8h_source.html#l00082">82</a> of file <a class="el" href="lomoco__list_8h_source.html">lomoco_list.h</a>.</p>

</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>lomoco/<a class="el" href="lomoco__list_8h_source.html">lomoco_list.h</a></ul>
</div>
            </div>
          </div>
        </div>
        <div id="left">
          <div class="menu_box">
<a name="cp-menu" /><div class="menutitle"><div>
<h2 id="cp-menu-project">lomoco</h2>
<a href="#cp-skip-project" class="cp-doNotDisplay">Skip menu "lomoco"</a>
</div></div>
<!-- menu -->

<div class="menu_box">
<a name="cp-menu" /><div class="menutitle"><div>
<h2 id="cp-menu-project">API Documentation</h2>
<a href="#cp-skip-project" class="cp-doNotDisplay">Skip menu "@topname@"</a>
</div></div>
<div class="nav_list">
<ul>
<!-- gmenu -->
</ul></div></div>

          </div>
        </div>
        <div class="clearer"></div>
      </div>
      <div class="clearer"></div>
    </div>


    <div id="end_body"></div>

    <div id="footer"><div id="footer_text">
    Generated with <a href="http://www.stack.nl/~dimitri/doxygen/" target="_blank">Doxygen</a>
    </div></div>
  </div>

</body>
</html>