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 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
\hypertarget{structcce__entry}{
\section{cce\_\-entry Struct Reference}
\label{structcce__entry}\index{cce\_\-entry@{cce\_\-entry}}
}
Structure holding single CCE entry data.
{\ttfamily \#include $<$cce.h$>$}\subsection*{Public Member Functions}
\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
\hypertarget{group__CCE_ga283ab5c803313d976c8c7c9676de0f02}{
const char $\ast$ \hyperlink{group__CCE_ga283ab5c803313d976c8c7c9676de0f02}{cce\_\-entry\_\-get\_\-id} (const struct \hyperlink{structcce__entry}{cce\_\-entry} $\ast$\hyperlink{structcce}{cce})}
\label{group__CCE_ga283ab5c803313d976c8c7c9676de0f02}
\begin{DoxyCompactList}\small\item\em Get CCE entry ID. \item\end{DoxyCompactList}\item
\hypertarget{group__CCE_gabf6f975c9137420a95f8eb1f47169587}{
const char $\ast$ \hyperlink{group__CCE_gabf6f975c9137420a95f8eb1f47169587}{cce\_\-entry\_\-get\_\-description} (const struct \hyperlink{structcce__entry}{cce\_\-entry} $\ast$\hyperlink{structcce}{cce})}
\label{group__CCE_gabf6f975c9137420a95f8eb1f47169587}
\begin{DoxyCompactList}\small\item\em Get CCE entry desription. \item\end{DoxyCompactList}\item
\hypertarget{group__CCE_ga39fac44a0f669ac2dad57719e93a3988}{
struct \hyperlink{structoscap__string__iterator}{oscap\_\-string\_\-iterator} $\ast$ \hyperlink{group__CCE_ga39fac44a0f669ac2dad57719e93a3988}{cce\_\-entry\_\-get\_\-params} (const struct \hyperlink{structcce__entry}{cce\_\-entry} $\ast$\hyperlink{structcce}{cce})}
\label{group__CCE_ga39fac44a0f669ac2dad57719e93a3988}
\begin{DoxyCompactList}\small\item\em Get an iterator to CCE entry's parameters. \item\end{DoxyCompactList}\item
\hypertarget{group__CCE_gafd403dfc778e139e38b334b1f5396b1e}{
struct \hyperlink{structoscap__string__iterator}{oscap\_\-string\_\-iterator} $\ast$ \hyperlink{group__CCE_gafd403dfc778e139e38b334b1f5396b1e}{cce\_\-entry\_\-get\_\-tech\_\-mechs} (const struct \hyperlink{structcce__entry}{cce\_\-entry} $\ast$\hyperlink{structcce}{cce})}
\label{group__CCE_gafd403dfc778e139e38b334b1f5396b1e}
\begin{DoxyCompactList}\small\item\em Get an iterator to CCE entry's technical mechanisms. \item\end{DoxyCompactList}\item
\hypertarget{group__CCE_ga9191a1c0f3dbd61e5186757881420152}{
struct \hyperlink{structcce__reference__iterator}{cce\_\-reference\_\-iterator} $\ast$ \hyperlink{group__CCE_ga9191a1c0f3dbd61e5186757881420152}{cce\_\-entry\_\-get\_\-references} (const struct \hyperlink{structcce__entry}{cce\_\-entry} $\ast$\hyperlink{structcce}{cce})}
\label{group__CCE_ga9191a1c0f3dbd61e5186757881420152}
\begin{DoxyCompactList}\small\item\em Get an iterator to CCE entry's references. \item\end{DoxyCompactList}\end{DoxyCompactItemize}
\end{Indent}
\subsection*{Data Fields}
\begin{DoxyCompactItemize}
\item
\hypertarget{structcce__entry_ae4b407081d554c9baad594b2f3e70807}{
char $\ast$ {\bfseries id}}
\label{structcce__entry_ae4b407081d554c9baad594b2f3e70807}
\item
\hypertarget{structcce__entry_a96ad2b060ae703412b85df1414a350fe}{
char $\ast$ {\bfseries description}}
\label{structcce__entry_a96ad2b060ae703412b85df1414a350fe}
\item
\hypertarget{structcce__entry_a658df32e689f3adcfb93688a7f39dbe4}{
struct \hyperlink{structoscap__list}{oscap\_\-list} $\ast$ {\bfseries params}}
\label{structcce__entry_a658df32e689f3adcfb93688a7f39dbe4}
\item
\hypertarget{structcce__entry_ae667e459ed661d744615518953e132e8}{
struct \hyperlink{structoscap__list}{oscap\_\-list} $\ast$ {\bfseries tech\_\-mechs}}
\label{structcce__entry_ae667e459ed661d744615518953e132e8}
\item
\hypertarget{structcce__entry_a490857a3ff0346dfab7c194174d7c624}{
struct \hyperlink{structoscap__list}{oscap\_\-list} $\ast$ {\bfseries references}}
\label{structcce__entry_a490857a3ff0346dfab7c194174d7c624}
\end{DoxyCompactItemize}
\subsection{Detailed Description}
Structure holding single CCE entry data.
The documentation for this struct was generated from the following files:\begin{DoxyCompactItemize}
\item
/home/pvrabec/project/openscap/openscap-\/0.5.12/src/CCE/cce\_\-priv.h\item
/home/pvrabec/project/openscap/openscap-\/0.5.12/src/CCE/public/\hyperlink{cce_8h}{cce.h}\end{DoxyCompactItemize}
|