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__check__content__ref__iterator}{
\section{xccdf\_\-check\_\-content\_\-ref\_\-iterator Struct Reference}
\label{structxccdf__check__content__ref__iterator}\index{xccdf\_\-check\_\-content\_\-ref\_\-iterator@{xccdf\_\-check\_\-content\_\-ref\_\-iterator}}
}
Check content references iterator.
{\ttfamily \#include $<$xccdf.h$>$}\subsection*{Public Member Functions}
\begin{Indent}{\bf Iterators}\par
{\em \label{_amgrp523a8681903bcf53bace35316c86fe33}
Get an iterator to the XCCDF value's source URIs. }\begin{DoxyCompactItemize}
\item
\hypertarget{group__XCCDF_gab2f61b3f96a03eb5e81e60c1151fb004}{
struct \hyperlink{structxccdf__check__content__ref}{xccdf\_\-check\_\-content\_\-ref} $\ast$ \hyperlink{group__XCCDF_gab2f61b3f96a03eb5e81e60c1151fb004}{xccdf\_\-check\_\-content\_\-ref\_\-iterator\_\-next} (struct \hyperlink{structxccdf__check__content__ref__iterator}{xccdf\_\-check\_\-content\_\-ref\_\-iterator} $\ast$it)}
\label{group__XCCDF_gab2f61b3f96a03eb5e81e60c1151fb004}
\begin{DoxyCompactList}\small\item\em Return the next \hyperlink{structxccdf__check__content__ref}{xccdf\_\-check\_\-content\_\-ref} structure from the list and increment the iterator. \item\end{DoxyCompactList}\item
\hypertarget{group__XCCDF_gac9d252ba2f45d2e4ddaf19cbd7ee1d67}{
bool \hyperlink{group__XCCDF_gac9d252ba2f45d2e4ddaf19cbd7ee1d67}{xccdf\_\-check\_\-content\_\-ref\_\-iterator\_\-has\_\-more} (struct \hyperlink{structxccdf__check__content__ref__iterator}{xccdf\_\-check\_\-content\_\-ref\_\-iterator} $\ast$it)}
\label{group__XCCDF_gac9d252ba2f45d2e4ddaf19cbd7ee1d67}
\begin{DoxyCompactList}\small\item\em Return true if the list is not empty, false otherwise. \item\end{DoxyCompactList}\item
\hypertarget{group__XCCDF_gae817e6699e0e9af57714350f6bfa2d7e}{
void \hyperlink{group__XCCDF_gae817e6699e0e9af57714350f6bfa2d7e}{xccdf\_\-check\_\-content\_\-ref\_\-iterator\_\-free} (struct \hyperlink{structxccdf__check__content__ref__iterator}{xccdf\_\-check\_\-content\_\-ref\_\-iterator} $\ast$it)}
\label{group__XCCDF_gae817e6699e0e9af57714350f6bfa2d7e}
\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}
Check content references iterator. \begin{DoxySeeAlso}{See also}
\hyperlink{structoscap__iterator}{oscap\_\-iterator}
\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/public/\hyperlink{xccdf_8h}{xccdf.h}\end{DoxyCompactItemize}
|