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
|
\hypertarget{structxccdf__warning}{
\section{xccdf\_\-warning Struct Reference}
\label{structxccdf__warning}\index{xccdf\_\-warning@{xccdf\_\-warning}}
}
XCCDF warning.
{\ttfamily \#include $<$xccdf.h$>$}\subsection*{Public Member Functions}
\begin{DoxyCompactItemize}
\item
struct \hyperlink{structxccdf__warning}{xccdf\_\-warning} $\ast$ \hyperlink{group__XCCDF_ga3e10d11854827680614f7b677ce41a3e}{xccdf\_\-warning\_\-new} (void)
\item
struct \hyperlink{structxccdf__warning}{xccdf\_\-warning} $\ast$ \hyperlink{group__XCCDF_gac7a9149e1e40ab6ce0b0e68435bd5ffe}{xccdf\_\-warning\_\-clone} (const struct \hyperlink{structxccdf__warning}{xccdf\_\-warning} $\ast$old\_\-warning)
\item
void \hyperlink{group__XCCDF_gaaa547e3d5376c6c6fe4c224e5f793010}{xccdf\_\-warning\_\-free} (struct \hyperlink{structxccdf__warning}{xccdf\_\-warning} $\ast$warn)
\end{DoxyCompactItemize}
\begin{Indent}{\bf Getters}\par
{\em \label{_amgrpc9fd0bcb5385a65354c37f1bb504399d}
Return value is pointer to structure's member.
Do not free unless you null the pointer in the structure. Use remove function otherwise. }\begin{DoxyCompactItemize}
\item
\hyperlink{group__XCCDF_ga70ec25fc378db41df2c7344a06adf6aa}{xccdf\_\-warning\_\-category\_\-t} \hyperlink{group__XCCDF_ga3e3c671b30407285e614def55438a46e}{xccdf\_\-warning\_\-get\_\-category} (const struct \hyperlink{structxccdf__warning}{xccdf\_\-warning} $\ast$warning)
\item
struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$ \hyperlink{group__XCCDF_ga487ecf783ced96cb85d9a9967eadbf22}{xccdf\_\-warning\_\-get\_\-text} (const struct \hyperlink{structxccdf__warning}{xccdf\_\-warning} $\ast$warning)
\end{DoxyCompactItemize}
\end{Indent}
\begin{Indent}{\bf Setters}\par
{\em \label{_amgrp6e47466b75bb957a603aa54c079ac8bf}
For lists use add functions.
Parameters of set functions are duplicated in memory and need to be freed by caller. }\begin{DoxyCompactItemize}
\item
bool \hyperlink{group__XCCDF_ga1915b7928e592ad1aa3442a98fe487e6}{xccdf\_\-warning\_\-set\_\-category} (struct \hyperlink{structxccdf__warning}{xccdf\_\-warning} $\ast$obj, \hyperlink{group__XCCDF_ga70ec25fc378db41df2c7344a06adf6aa}{xccdf\_\-warning\_\-category\_\-t} newval)
\item
bool \hyperlink{group__XCCDF_ga61cb17aa0359be07014cc96425051ca5}{xccdf\_\-warning\_\-set\_\-text} (struct \hyperlink{structxccdf__warning}{xccdf\_\-warning} $\ast$obj, struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$newval)
\end{DoxyCompactItemize}
\end{Indent}
\subsection*{Data Fields}
\begin{DoxyCompactItemize}
\item
\hypertarget{structxccdf__warning_af14e89678e5997e1a834e91eb73f96fc}{
struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$ {\bfseries text}}
\label{structxccdf__warning_af14e89678e5997e1a834e91eb73f96fc}
\item
\hypertarget{structxccdf__warning_a086eb0b809d77c73ba6cdc151b20c5bf}{
\hyperlink{group__XCCDF_ga70ec25fc378db41df2c7344a06adf6aa}{xccdf\_\-warning\_\-category\_\-t} {\bfseries category}}
\label{structxccdf__warning_a086eb0b809d77c73ba6cdc151b20c5bf}
\end{DoxyCompactItemize}
\subsection{Detailed Description}
XCCDF warning.
The documentation for this struct was generated from the following files:\begin{DoxyCompactItemize}
\item
/home/pvrabec/project/openscap/openscap-\/0.5.12/src/XCCDF/item.h\item
/home/pvrabec/project/openscap/openscap-\/0.5.12/src/XCCDF/public/\hyperlink{xccdf_8h}{xccdf.h}\end{DoxyCompactItemize}
|