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__import}{
\section{xccdf\_\-check\_\-import Struct Reference}
\label{structxccdf__check__import}\index{xccdf\_\-check\_\-import@{xccdf\_\-check\_\-import}}
}
XCCDF check import.
{\ttfamily \#include $<$xccdf.h$>$}\subsection*{Public Member Functions}
\begin{DoxyCompactItemize}
\item
struct \hyperlink{structxccdf__check__import}{xccdf\_\-check\_\-import} $\ast$ \hyperlink{group__XCCDF_gac97a6076e7fc91f5ddc727aca4dc0003}{xccdf\_\-check\_\-import\_\-clone} (const struct \hyperlink{structxccdf__check__import}{xccdf\_\-check\_\-import} $\ast$old\_\-import)
\item
struct \hyperlink{structxccdf__check__import}{xccdf\_\-check\_\-import} $\ast$ \hyperlink{group__XCCDF_gae5a3c3bfe8eac0c70e585392917f3b2c}{xccdf\_\-check\_\-import\_\-new} (void)
\item
void \hyperlink{group__XCCDF_ga97ab091414241a533a2e97ab89813159}{xccdf\_\-check\_\-import\_\-free} (struct \hyperlink{structxccdf__check__import}{xccdf\_\-check\_\-import} $\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_ga77cdd6eff977b3a41797d39b9abf8e9d}{xccdf\_\-check\_\-import\_\-get\_\-name} (const struct \hyperlink{structxccdf__check__import}{xccdf\_\-check\_\-import} $\ast$item)
\item
const char $\ast$ \hyperlink{group__XCCDF_ga6fe18c69cda39d5ec2c30240d806f850}{xccdf\_\-check\_\-import\_\-get\_\-content} (const struct \hyperlink{structxccdf__check__import}{xccdf\_\-check\_\-import} $\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_gade6156e567195960fd7c5a771cbfcbe1}{xccdf\_\-check\_\-import\_\-set\_\-name} (struct \hyperlink{structxccdf__check__import}{xccdf\_\-check\_\-import} $\ast$obj, const char $\ast$newval)
\item
bool \hyperlink{group__XCCDF_ga0f64cf30d7bfd03c195b614e5031c5a6}{xccdf\_\-check\_\-import\_\-set\_\-content} (struct \hyperlink{structxccdf__check__import}{xccdf\_\-check\_\-import} $\ast$obj, const char $\ast$newval)
\end{DoxyCompactItemize}
\end{Indent}
\subsection*{Data Fields}
\begin{DoxyCompactItemize}
\item
\hypertarget{structxccdf__check__import_a3d84af4adf2ab69cb1120f8cdf1fbc8a}{
char $\ast$ {\bfseries name}}
\label{structxccdf__check__import_a3d84af4adf2ab69cb1120f8cdf1fbc8a}
\item
\hypertarget{structxccdf__check__import_a468eedacf54a02d6c7659727a4121abc}{
char $\ast$ {\bfseries content}}
\label{structxccdf__check__import_a468eedacf54a02d6c7659727a4121abc}
\end{DoxyCompactItemize}
\subsection{Detailed Description}
XCCDF check import. \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}
|