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
|
\hypertarget{structxccdf__check__export}{
\section{xccdf\_\-check\_\-export Struct Reference}
\label{structxccdf__check__export}\index{xccdf\_\-check\_\-export@{xccdf\_\-check\_\-export}}
}
XCCDF check export.
{\ttfamily \#include $<$xccdf.h$>$}\subsection*{Public Member Functions}
\begin{DoxyCompactItemize}
\item
struct \hyperlink{structxccdf__check__export}{xccdf\_\-check\_\-export} $\ast$ \hyperlink{group__XCCDF_ga0903e9d14c8fbed9e419c815404e140a}{xccdf\_\-check\_\-export\_\-clone} (const struct \hyperlink{structxccdf__check__export}{xccdf\_\-check\_\-export} $\ast$old\_\-export)
\item
struct \hyperlink{structxccdf__check__export}{xccdf\_\-check\_\-export} $\ast$ \hyperlink{group__XCCDF_gae002c287649d547129064a4a6103c41f}{xccdf\_\-check\_\-export\_\-new} (void)
\item
void \hyperlink{group__XCCDF_ga0475d95a2f7ce85db5ff002fa11a6c5b}{xccdf\_\-check\_\-export\_\-free} (struct \hyperlink{structxccdf__check__export}{xccdf\_\-check\_\-export} $\ast$item)
\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
const char $\ast$ \hyperlink{group__XCCDF_ga3597587ec2ebb94a840ecb9a3d894879}{xccdf\_\-check\_\-export\_\-get\_\-value} (const struct \hyperlink{structxccdf__check__export}{xccdf\_\-check\_\-export} $\ast$item)
\item
const char $\ast$ \hyperlink{group__XCCDF_ga0a593f5c5c12cbf6c71a047ce79bafe6}{xccdf\_\-check\_\-export\_\-get\_\-name} (const struct \hyperlink{structxccdf__check__export}{xccdf\_\-check\_\-export} $\ast$item)
\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_gaa386edb5cd4cb7cb167c45b0597a33e8}{xccdf\_\-check\_\-export\_\-set\_\-name} (struct \hyperlink{structxccdf__check__export}{xccdf\_\-check\_\-export} $\ast$obj, const char $\ast$newval)
\item
bool \hyperlink{group__XCCDF_ga717e0a435107f5d5151adeb82da7635d}{xccdf\_\-check\_\-export\_\-set\_\-value} (struct \hyperlink{structxccdf__check__export}{xccdf\_\-check\_\-export} $\ast$obj, const char $\ast$newval)
\end{DoxyCompactItemize}
\end{Indent}
\subsection*{Data Fields}
\begin{DoxyCompactItemize}
\item
\hypertarget{structxccdf__check__export_ad964405d8857f32fd411d3366c0cac54}{
char $\ast$ {\bfseries name}}
\label{structxccdf__check__export_ad964405d8857f32fd411d3366c0cac54}
\item
\hypertarget{structxccdf__check__export_a2cdbaffa9dc8308170bc2957a890d412}{
char $\ast$ {\bfseries value}}
\label{structxccdf__check__export_a2cdbaffa9dc8308170bc2957a890d412}
\end{DoxyCompactItemize}
\subsection{Detailed Description}
XCCDF check export. \begin{DoxySeeAlso}{See also}
\hyperlink{structxccdf__check}{xccdf\_\-check}
\end{DoxySeeAlso}
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}
|