Sophie

Sophie

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

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

<p>Profile note iterator.  
 <a href="structxccdf__profile__note__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:gade866205223d6e8ad0806acad5c2e7aa"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gade866205223d6e8ad0806acad5c2e7aa"></a>
struct <a class="el" href="structxccdf__profile__note.html">xccdf_profile_note</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#gade866205223d6e8ad0806acad5c2e7aa">xccdf_profile_note_iterator_next</a> (struct <a class="el" href="structxccdf__profile__note__iterator.html">xccdf_profile_note_iterator</a> *it)</td></tr>
<tr class="memdesc:gade866205223d6e8ad0806acad5c2e7aa"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the next <a class="el" href="structxccdf__profile__note.html" title="XCCDF note for given rule in context of given profile.">xccdf_profile_note</a> structure from the list and increment the iterator. <br/></td></tr>
<tr class="memitem:gad3d80f00e21e2280f40266c3bd499d23"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gad3d80f00e21e2280f40266c3bd499d23"></a>
bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#gad3d80f00e21e2280f40266c3bd499d23">xccdf_profile_note_iterator_has_more</a> (struct <a class="el" href="structxccdf__profile__note__iterator.html">xccdf_profile_note_iterator</a> *it)</td></tr>
<tr class="memdesc:gad3d80f00e21e2280f40266c3bd499d23"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return true if the list is not empty, false otherwise. <br/></td></tr>
<tr class="memitem:ga1e91da50b6ab37debb998a0727e7a7c7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga1e91da50b6ab37debb998a0727e7a7c7"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#ga1e91da50b6ab37debb998a0727e7a7c7">xccdf_profile_note_iterator_free</a> (struct <a class="el" href="structxccdf__profile__note__iterator.html">xccdf_profile_note_iterator</a> *it)</td></tr>
<tr class="memdesc:ga1e91da50b6ab37debb998a0727e7a7c7"><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:ga32a5dc7afbb19bb024876ae76b647506"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga32a5dc7afbb19bb024876ae76b647506"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#ga32a5dc7afbb19bb024876ae76b647506">xccdf_profile_note_iterator_reset</a> (struct <a class="el" href="structxccdf__profile__note__iterator.html">xccdf_profile_note_iterator</a> *it)</td></tr>
<tr class="memdesc:ga32a5dc7afbb19bb024876ae76b647506"><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:gaa5bdf6d544e268f9fbe6b280ce757ffc"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#gaa5bdf6d544e268f9fbe6b280ce757ffc">xccdf_profile_note_iterator_remove</a> (struct <a class="el" href="structxccdf__profile__note__iterator.html">xccdf_profile_note_iterator</a> *it)</td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Profile note 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>