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
|
\hypertarget{structxccdf__policy__iterator}{
\section{xccdf\_\-policy\_\-iterator Struct Reference}
\label{structxccdf__policy__iterator}\index{xccdf\_\-policy\_\-iterator@{xccdf\_\-policy\_\-iterator}}
}
Iterate through policies.
{\ttfamily \#include $<$xccdf\_\-policy.h$>$}\subsection*{Public Member Functions}
\begin{Indent}{\bf Iterators}\par
{\em \label{_amgrp523a8681903bcf53bace35316c86fe33}
}\begin{DoxyCompactItemize}
\item
\hypertarget{group__XCCDF__POLICY_ga99f007fa5762d80f18d52326f2201a99}{
bool \hyperlink{group__XCCDF__POLICY_ga99f007fa5762d80f18d52326f2201a99}{xccdf\_\-policy\_\-iterator\_\-has\_\-more} (struct \hyperlink{structxccdf__policy__iterator}{xccdf\_\-policy\_\-iterator} $\ast$it)}
\label{group__XCCDF__POLICY_ga99f007fa5762d80f18d52326f2201a99}
\begin{DoxyCompactList}\small\item\em Return true if the list is not empty, false otherwise. \item\end{DoxyCompactList}\item
\hypertarget{group__XCCDF__POLICY_ga5b0aa2233a2f7999751a80ef1848cc84}{
struct \hyperlink{structxccdf__policy}{xccdf\_\-policy} $\ast$ \hyperlink{group__XCCDF__POLICY_ga5b0aa2233a2f7999751a80ef1848cc84}{xccdf\_\-policy\_\-iterator\_\-next} (struct \hyperlink{structxccdf__policy__iterator}{xccdf\_\-policy\_\-iterator} $\ast$it)}
\label{group__XCCDF__POLICY_ga5b0aa2233a2f7999751a80ef1848cc84}
\begin{DoxyCompactList}\small\item\em Return the next \hyperlink{structxccdf__policy}{xccdf\_\-policy} structure from the list and increment the iterator. \item\end{DoxyCompactList}\item
\hypertarget{group__XCCDF__POLICY_gaeb065fc4c46cdf4e6b7d74e91561532f}{
void \hyperlink{group__XCCDF__POLICY_gaeb065fc4c46cdf4e6b7d74e91561532f}{xccdf\_\-policy\_\-iterator\_\-free} (struct \hyperlink{structxccdf__policy__iterator}{xccdf\_\-policy\_\-iterator} $\ast$it)}
\label{group__XCCDF__POLICY_gaeb065fc4c46cdf4e6b7d74e91561532f}
\begin{DoxyCompactList}\small\item\em Free the iterator structure (it makes no changes to the list structure). \item\end{DoxyCompactList}\end{DoxyCompactItemize}
\end{Indent}
\subsection{Detailed Description}
Iterate through policies. \begin{DoxySeeAlso}{See also}
\hyperlink{group__XCCDF__POLICY_ga42dd36f134faf00026a5f248069a451f}{xccdf\_\-policy\_\-model\_\-get\_\-policies}
\end{DoxySeeAlso}
The documentation for this struct was generated from the following file:\begin{DoxyCompactItemize}
\item
/home/pvrabec/project/openscap/openscap-\/0.5.12/src/XCCDF\_\-POLICY/public/\hyperlink{xccdf__policy_8h}{xccdf\_\-policy.h}\end{DoxyCompactItemize}
|