1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
<!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"/>
<title>Open SCAP Library: xccdf_item_iterator Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>xccdf_item_iterator Struct Reference<br/>
<small>
[<a class="el" href="group__XCCDF.html">XCCDF</a>]</small>
</h1><!-- doxytag: class="xccdf_item_iterator" -->
<p>String iterator.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="xccdf_8h_source.html">xccdf.h</a>></code></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Iterators</div></td></tr>
<tr><td colspan="2"><div class="groupText"><p><a class="anchor" id="amgrp523a8681903bcf53bace35316c86fe33"></a>Get an iterator to the XCCDF value's source URIs. </p>
<br/><br/></div></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaf8c23e29a9c85f70a7661f67da2e7888"></a><!-- doxytag: member="xccdf_item_iterator::xccdf_item_iterator_next" ref="gaf8c23e29a9c85f70a7661f67da2e7888" args="(struct xccdf_item_iterator *it)" -->
struct <a class="el" href="structxccdf__item.html">xccdf_item</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#gaf8c23e29a9c85f70a7661f67da2e7888">xccdf_item_iterator_next</a> (struct <a class="el" href="structxccdf__item__iterator.html">xccdf_item_iterator</a> *it)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return the next <a class="el" href="structxccdf__item.html" title="A base class for XCCDF items.">xccdf_item</a> structure from the list and increment the iterator. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga8f525d23f694590c2e9a46fcbb0b4113"></a><!-- doxytag: member="xccdf_item_iterator::xccdf_item_iterator_has_more" ref="ga8f525d23f694590c2e9a46fcbb0b4113" args="(struct xccdf_item_iterator *it)" -->
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#ga8f525d23f694590c2e9a46fcbb0b4113">xccdf_item_iterator_has_more</a> (struct <a class="el" href="structxccdf__item__iterator.html">xccdf_item_iterator</a> *it)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return true if the list is not empty, false otherwise. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaba660369c8e387d9bce732095bf8ee8c"></a><!-- doxytag: member="xccdf_item_iterator::xccdf_item_iterator_free" ref="gaba660369c8e387d9bce732095bf8ee8c" args="(struct xccdf_item_iterator *it)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#gaba660369c8e387d9bce732095bf8ee8c">xccdf_item_iterator_free</a> (struct <a class="el" href="structxccdf__item__iterator.html">xccdf_item_iterator</a> *it)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Free the iterator structure (it makes no changes to the list structure). <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>String iterator. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="structoscap__iterator.html">oscap_iterator</a> </dd></dl>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>/home/pvrabec/project/openscap/openscap-0.5.12/src/XCCDF/public/<a class="el" href="xccdf_8h_source.html">xccdf.h</a></li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 30 Jun 2010 for Open SCAP Library by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|