Sophie

Sophie

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

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_fixtext_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_fixtext_iterator Struct Reference<div class="ingroups"><a class="el" href="group__XCCDF.html">XCCDF</a></div></div>  </div>
</div><!--header-->
<div class="contents">

<p>Textual fix iterator.  
 <a href="structxccdf__fixtext__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:gab13ccaa4c2a9701abc24b634e7e485a2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gab13ccaa4c2a9701abc24b634e7e485a2"></a>
struct <a class="el" href="structxccdf__fixtext.html">xccdf_fixtext</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#gab13ccaa4c2a9701abc24b634e7e485a2">xccdf_fixtext_iterator_next</a> (struct <a class="el" href="structxccdf__fixtext__iterator.html">xccdf_fixtext_iterator</a> *it)</td></tr>
<tr class="memdesc:gab13ccaa4c2a9701abc24b634e7e485a2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the next <a class="el" href="structxccdf__fixtext.html" title="XCCDF textual fix instructions.">xccdf_fixtext</a> structure from the list and increment the iterator. <br/></td></tr>
<tr class="memitem:ga43dcb8e84bd0b73dee5f807bfac3830a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga43dcb8e84bd0b73dee5f807bfac3830a"></a>
bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#ga43dcb8e84bd0b73dee5f807bfac3830a">xccdf_fixtext_iterator_has_more</a> (struct <a class="el" href="structxccdf__fixtext__iterator.html">xccdf_fixtext_iterator</a> *it)</td></tr>
<tr class="memdesc:ga43dcb8e84bd0b73dee5f807bfac3830a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return true if the list is not empty, false otherwise. <br/></td></tr>
<tr class="memitem:ga6a9d49229eaf60f37d2fba12aba00772"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga6a9d49229eaf60f37d2fba12aba00772"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#ga6a9d49229eaf60f37d2fba12aba00772">xccdf_fixtext_iterator_free</a> (struct <a class="el" href="structxccdf__fixtext__iterator.html">xccdf_fixtext_iterator</a> *it)</td></tr>
<tr class="memdesc:ga6a9d49229eaf60f37d2fba12aba00772"><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:ga677908dfc2819cef69ada5a301ffbc49"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga677908dfc2819cef69ada5a301ffbc49"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#ga677908dfc2819cef69ada5a301ffbc49">xccdf_fixtext_iterator_reset</a> (struct <a class="el" href="structxccdf__fixtext__iterator.html">xccdf_fixtext_iterator</a> *it)</td></tr>
<tr class="memdesc:ga677908dfc2819cef69ada5a301ffbc49"><td class="mdescLeft">&#160;</td><td class="mdescRight">Reset the iterator structure (it makes no changes to the list structure) <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:gad70c842555235eac7a0a9f8c9aff5523"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#gad70c842555235eac7a0a9f8c9aff5523">xccdf_fixtext_iterator_remove</a> (struct <a class="el" href="structxccdf__fixtext__iterator.html">xccdf_fixtext_iterator</a> *it)</td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Textual fix 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>