Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > 4561441640a3144bf2d62fff30a26c55 > files > 121

libpst-0.6.44-1mdv2010.0.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libpst.so.4: pst_x_attrib_ll Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
<h1>pst_x_attrib_ll Struct Reference</h1>Linked list of extended attributes.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="libpst_8h-source.html">libpst/libpst.h</a>&gt;</code>
<p>
Collaboration diagram for pst_x_attrib_ll:<p><center><img src="structpst__x__attrib__ll__coll__graph.png" border="0" usemap="#pst__x__attrib__ll__coll__map" alt="Collaboration graph"></center>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><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">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__x__attrib__ll.html#o0">mytype</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><ul>
<li>1 PST_MAP_ATTRIB map-&gt;int attribute </li>
<li>2 PST_MAP_HEADER map-&gt;string header </li>
</ul>
 <a href="#o0"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__x__attrib__ll.html#o1">map</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">key for the mapping  <a href="#o1"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__x__attrib__ll.html#o2">data</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">data target of the mapping, either uint32_t or string  <a href="#o2"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structpst__x__attrib__ll.html">pst_x_attrib_ll</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__x__attrib__ll.html#o3">next</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">link to next item in the list  <a href="#o3"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Linked list of extended attributes. 
<p>
This is used to convert mapi_id values in the pst file into cannonical mapi_id values to be used in this code. This list is kept in sorted order, where the key is the 'map' field. Some mapi_id values are converted to cannonical mapi_id values (PST_MAP_ATTRIB), and others are converted to a string (PST_ATTRIB_HEADER). 
<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00837">837</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.<hr><h2>Field Documentation</h2>
<a class="anchor" name="o2" doxytag="pst_x_attrib_ll::data"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">void* <a class="el" href="structpst__x__attrib__ll.html#o2">pst_x_attrib_ll::data</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
data target of the mapping, either uint32_t or string 
<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00845">845</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o1" doxytag="pst_x_attrib_ll::map"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__x__attrib__ll.html#o1">pst_x_attrib_ll::map</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
key for the mapping 
<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00843">843</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o0" doxytag="pst_x_attrib_ll::mytype"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__x__attrib__ll.html#o0">pst_x_attrib_ll::mytype</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<ul>
<li>1 PST_MAP_ATTRIB map-&gt;int attribute </li>
<li>2 PST_MAP_HEADER map-&gt;string header </li>
</ul>

<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00841">841</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o3" doxytag="pst_x_attrib_ll::next"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">struct <a class="el" href="structpst__x__attrib__ll.html">pst_x_attrib_ll</a>* <a class="el" href="structpst__x__attrib__ll.html#o3">pst_x_attrib_ll::next</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
link to next item in the list 
<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00847">847</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>libpst/<a class="el" href="libpst_8h-source.html">libpst.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Sun Sep 20 11:20:27 2009 for libpst.so.4 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
</body>
</html>