Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > ec8e217d4486ff9ba16b8bc2d8ec8602 > files > 811

openscap-devel-0.9.7-1.fc17.i686.rpm

<!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"/>
<title>Open SCAP Library: xccdf_setvalue_iterator 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">Open SCAP Library
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.1.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</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>Data&#160;Structures</span></a></li>
      <li><a href="classes.html"><span>Data&#160;Structure&#160;Index</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">xccdf_setvalue_iterator Struct Reference<div class="ingroups"><a class="el" href="group__XCCDF.html">XCCDF</a></div></div>  </div>
</div><!--header-->
<div class="contents">

<p>Set value iterator.  
 <a href="structxccdf__setvalue__iterator.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="xccdf__benchmark_8h_source.html">xccdf_benchmark.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Iterators</div></td></tr>
<tr class="memitem:ga4d08f21eee6ff5a85ae82330327f997f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga4d08f21eee6ff5a85ae82330327f997f"></a>
struct <a class="el" href="structxccdf__setvalue.html">xccdf_setvalue</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#ga4d08f21eee6ff5a85ae82330327f997f">xccdf_setvalue_iterator_next</a> (struct <a class="el" href="structxccdf__setvalue__iterator.html">xccdf_setvalue_iterator</a> *it)</td></tr>
<tr class="memdesc:ga4d08f21eee6ff5a85ae82330327f997f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the next <a class="el" href="structxccdf__setvalue.html" title="XCCDF set value option used in the profile.">xccdf_setvalue</a> structure from the list and increment the iterator. <br/></td></tr>
<tr class="memitem:ga4114362b8267c57d4615b646ed46b2c3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga4114362b8267c57d4615b646ed46b2c3"></a>
bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#ga4114362b8267c57d4615b646ed46b2c3">xccdf_setvalue_iterator_has_more</a> (struct <a class="el" href="structxccdf__setvalue__iterator.html">xccdf_setvalue_iterator</a> *it)</td></tr>
<tr class="memdesc:ga4114362b8267c57d4615b646ed46b2c3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return true if the list is not empty, false otherwise. <br/></td></tr>
<tr class="memitem:ga8a3bc1214679b610248b1ecec284ab4c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga8a3bc1214679b610248b1ecec284ab4c"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#ga8a3bc1214679b610248b1ecec284ab4c">xccdf_setvalue_iterator_free</a> (struct <a class="el" href="structxccdf__setvalue__iterator.html">xccdf_setvalue_iterator</a> *it)</td></tr>
<tr class="memdesc:ga8a3bc1214679b610248b1ecec284ab4c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Free the iterator structure (it makes no changes to the list structure) <br/></td></tr>
<tr class="memitem:gacfd1d98411e0ca65cdd348b471af8c0b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gacfd1d98411e0ca65cdd348b471af8c0b"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#gacfd1d98411e0ca65cdd348b471af8c0b">xccdf_setvalue_iterator_reset</a> (struct <a class="el" href="structxccdf__setvalue__iterator.html">xccdf_setvalue_iterator</a> *it)</td></tr>
<tr class="memdesc:gacfd1d98411e0ca65cdd348b471af8c0b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Reset the iterator structure (it will point to the first item in the list) <br/></td></tr>
<tr><td colspan="2"><div class="groupHeader">Setters</div></td></tr>
<tr><td colspan="2"><div class="groupText"><p>For lists use add functions.</p>
<p>Parameters of set functions are duplicated in memory and need to be freed by caller. </p>
</div></td></tr>
<tr class="memitem:ga5c1de727531a3e9a708c554470b02df3"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#ga5c1de727531a3e9a708c554470b02df3">xccdf_setvalue_iterator_remove</a> (struct <a class="el" href="structxccdf__setvalue__iterator.html">xccdf_setvalue_iterator</a> *it)</td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Set value iterator. </p>
<dl class="section see"><dt>See also:</dt><dd><a class="el" href="structoscap__iterator.html">oscap_iterator</a> </dd></dl>
</div><hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="xccdf__benchmark_8h_source.html">xccdf_benchmark.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.1.1
</small></address>
</body>
</html>