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 65 66 67 68 69 70 71 72 73 74
|
<!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_plain_text 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_plain_text Struct Reference<br/>
<small>
[<a class="el" href="group__XCCDF.html">XCCDF</a>]</small>
</h1><!-- doxytag: class="xccdf_plain_text" -->
<p>XCCDF target fact.
<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 class="memItemLeft" align="right" valign="top">struct <a class="el" href="structxccdf__plain__text.html">xccdf_plain_text</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#ga7a0a1516ff1dad2c63dc92045b058342">xccdf_plain_text_new</a> (void)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structxccdf__plain__text.html">xccdf_plain_text</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#ga659e9e5b496d27d4d0ed1640e9425b6c">xccdf_plain_text_new_fill</a> (const char *id, const char *text)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#gae74ef7117cd7c7005c369a838dec1d44">xccdf_plain_text_free</a> (struct <a class="el" href="structxccdf__plain__text.html">xccdf_plain_text</a> *plain)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structxccdf__plain__text.html">xccdf_plain_text</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#gae325538cc585159a43d9361b104d5437">xccdf_plain_text_clone</a> (const struct <a class="el" href="structxccdf__plain__text.html">xccdf_plain_text</a> *pt)</td></tr>
<tr><td colspan="2"><div class="groupHeader">Getters</div></td></tr>
<tr><td colspan="2"><div class="groupText"><p><a class="anchor" id="amgrpc9fd0bcb5385a65354c37f1bb504399d"></a>Return value is pointer to structure's member.</p>
<p>Do not free unless you null the pointer in the structure. Use remove function otherwise. </p>
<br/><br/></div></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#ga737dd8bd0117e1ddf3e95e76d19d9b84">xccdf_plain_text_get_id</a> (const struct <a class="el" href="structxccdf__plain__text.html">xccdf_plain_text</a> *item)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#ga0bdcf3b840bdc1755ada394c20f2fb2d">xccdf_plain_text_get_text</a> (const struct <a class="el" href="structxccdf__plain__text.html">xccdf_plain_text</a> *item)</td></tr>
<tr><td colspan="2"><div class="groupHeader">Setters</div></td></tr>
<tr><td colspan="2"><div class="groupText"><p><a class="anchor" id="amgrp6e47466b75bb957a603aa54c079ac8bf"></a>For lists use add functions.</p>
<p>Parameters of set functions are duplicated in memory and need to be freed by caller. </p>
<br/><br/></div></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#gaadb9b71ee3d0e85c4da0c3b3c7135349">xccdf_plain_text_set_id</a> (struct <a class="el" href="structxccdf__plain__text.html">xccdf_plain_text</a> *obj, const char *newval)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XCCDF.html#gaf97ddc9ef81e8c4381fb6c11a74b9608">xccdf_plain_text_set_text</a> (struct <a class="el" href="structxccdf__plain__text.html">xccdf_plain_text</a> *obj, const char *newval)</td></tr>
<tr><td colspan="2"><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a45c640d9cf02e88c1f144bf88e7e8212"></a><!-- doxytag: member="xccdf_plain_text::id" ref="a45c640d9cf02e88c1f144bf88e7e8212" args="" -->
char * </td><td class="memItemRight" valign="bottom"><b>id</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4049ecc6b1569121a96e4f212c9b1fc4"></a><!-- doxytag: member="xccdf_plain_text::text" ref="a4049ecc6b1569121a96e4f212c9b1fc4" args="" -->
char * </td><td class="memItemRight" valign="bottom"><b>text</b></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>XCCDF target fact. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="structxccdf__result.html" title="Actual results of running a XCCDF test or profile.">xccdf_result</a> </dd></dl>
<hr/>The documentation for this struct was generated from the following files:<ul>
<li>/home/pvrabec/project/openscap/openscap-0.5.12/src/XCCDF/<a class="el" href="item_8h_source.html">item.h</a></li>
<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>
|