Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > by-pkgid > 2269bb274471fd2722517c2c0b740d7f > files > 359

rpm-devel-4.0.4-19mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>_value struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.17 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>_value Struct Reference</h1>Encapsulation of a "value". 
<a href="#_details">More...</a>
<p>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Public Types</h2></td></tr>
<tr><td nowrap align=right valign=top>enum &nbsp;</td><td valign=bottom>{ <a class="el" href="struct__value.html#s2s0">VALUE_TYPE_INTEGER</a>, 
<a class="el" href="struct__value.html#s2s1">VALUE_TYPE_STRING</a>
 }</td></tr>
<tr><td colspan=2><br><h2>Data Fields</h2></td></tr>
<tr><td nowrap align=right valign=top>enum _value:: { ... } &nbsp;</td><td valign=bottom><a class="el" href="struct__value.html#m0">type</a></td></tr>
<tr><td nowrap>union {</td></tr>
<tr><td nowrap>&nbsp;&nbsp;&nbsp;const char *&nbsp;&nbsp;&nbsp;<a class="el" href="struct__value.html#m1">s</a></td></tr>
<tr><td nowrap>&nbsp;&nbsp;&nbsp;int&nbsp;&nbsp;&nbsp;<a class="el" href="struct__value.html#m2">i</a></td></tr>
<tr><td nowrap valign=top>}&nbsp;</td><td valign=bottom><a class="el" href="struct__value.html#m3">data</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Encapsulation of a "value".
<p>

<p>
Definition at line <a class="el" href="expression_8c-source.html#l00033">33</a> of file <a class="el" href="expression_8c-source.html">expression.c</a>.<hr><h2>Member Enumeration Documentation</h2>
<a name="s2" doxytag="_value::@1"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> anonymous enum
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<dl compact><dt><b>Enumeration values: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em><a name="s2s0" doxytag="VALUE_TYPE_INTEGER"></a><em>VALUE_TYPE_INTEGER</em></em>&nbsp;</td><td>
</td></tr>
<tr><td valign=top><em><a name="s2s1" doxytag="VALUE_TYPE_STRING"></a><em>VALUE_TYPE_STRING</em></em>&nbsp;</td><td>
</td></tr>
</table>
</dl>

<p>
Definition at line <a class="el" href="expression_8c-source.html#l00034">34</a> of file <a class="el" href="expression_8c-source.html">expression.c</a>.    </td>
  </tr>
</table>
<hr><h2>Field Documentation</h2>
<a name="m3" doxytag="_value::data"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> union { ... }   _value::data
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Referenced by <a class="el" href="expression_8c-source.html#l00464">doAddSubtract</a>(), <a class="el" href="expression_8c-source.html#l00623">doLogical</a>(), <a class="el" href="expression_8c-source.html#l00410">doMultiplyDivide</a>(), <a class="el" href="expression_8c-source.html#l00329">doPrimary</a>(), <a class="el" href="expression_8c-source.html#l00527">doRelational</a>(), <a class="el" href="expression_8c-source.html#l00674">parseExpressionBoolean</a>(), <a class="el" href="expression_8c-source.html#l00721">parseExpressionString</a>(), <a class="el" href="expression_8c-source.html#l00069">valueFree</a>(), <a class="el" href="expression_8c-source.html#l00043">valueMakeInteger</a>(), and <a class="el" href="expression_8c-source.html#l00056">valueMakeString</a>().    </td>
  </tr>
</table>
<a name="m2" doxytag="_value::i"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> int _value::i
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="expression_8c-source.html#l00037">37</a> of file <a class="el" href="expression_8c-source.html">expression.c</a>.    </td>
  </tr>
</table>
<a name="m1" doxytag="_value::s"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> const char* _value::s
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="expression_8c-source.html#l00036">36</a> of file <a class="el" href="expression_8c-source.html">expression.c</a>.    </td>
  </tr>
</table>
<a name="m0" doxytag="_value::type"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> enum { ... }   _value::type
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Referenced by <a class="el" href="expression_8c-source.html#l00674">parseExpressionBoolean</a>(), <a class="el" href="expression_8c-source.html#l00721">parseExpressionString</a>(), <a class="el" href="expression_8c-source.html#l00069">valueFree</a>(), <a class="el" href="expression_8c-source.html#l00043">valueMakeInteger</a>(), and <a class="el" href="expression_8c-source.html#l00056">valueMakeString</a>().    </td>
  </tr>
</table>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>build/<a class="el" href="expression_8c-source.html">expression.c</a></ul>
<hr><address style="align: right;"><small>Generated on Thu Sep 12 22:15:09 2002 for rpm by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.17 </small></address>
</body>
</html>