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
|
\hypertarget{structcce}{
\section{cce Struct Reference}
\label{structcce}\index{cce@{cce}}
}
Structure holding CCE entries.
{\ttfamily \#include $<$cce.h$>$}\subsection*{Public Member Functions}
\begin{DoxyCompactItemize}
\item
struct \hyperlink{structcce}{cce} $\ast$ \hyperlink{group__CCE_gaaffe83cc955e2b2e09beb26f178d92c0}{cce\_\-new} (const char $\ast$fname)
\begin{DoxyCompactList}\small\item\em Create a new CCE structure from XML file. \item\end{DoxyCompactList}\item
void \hyperlink{group__CCE_gaf276ebae2890323a8820c6d28f55f5b3}{cce\_\-free} (struct \hyperlink{structcce}{cce} $\ast$\hyperlink{structcce}{cce})
\begin{DoxyCompactList}\small\item\em CCE structure destructor. \item\end{DoxyCompactList}\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
\hypertarget{group__CCE_ga66a95018e115b837e91361e2e51746fc}{
struct \hyperlink{structcce__entry__iterator}{cce\_\-entry\_\-iterator} $\ast$ \hyperlink{group__CCE_ga66a95018e115b837e91361e2e51746fc}{cce\_\-get\_\-entries} (const struct \hyperlink{structcce}{cce} $\ast$\hyperlink{structcce}{cce})}
\label{group__CCE_ga66a95018e115b837e91361e2e51746fc}
\begin{DoxyCompactList}\small\item\em Get an iterator to the contents of the CCE. \item\end{DoxyCompactList}\item
struct \hyperlink{structcce__entry}{cce\_\-entry} $\ast$ \hyperlink{group__CCE_ga4ee2017074b9d3cecacb4f7c665302a9}{cce\_\-get\_\-entry} (const struct \hyperlink{structcce}{cce} $\ast$\hyperlink{structcce}{cce}, const char $\ast$id)
\begin{DoxyCompactList}\small\item\em Get an CCE entry by ID. \item\end{DoxyCompactList}\end{DoxyCompactItemize}
\end{Indent}
\begin{Indent}{\bf Evaluators}\par
{\em \label{_amgrp1fdbbbb8aba6580be2c9cb4b12e86ca2}
}\begin{DoxyCompactItemize}
\item
const char $\ast$ \hyperlink{group__CCE_gaea9ebc3534f768c0b4bd43177c0610ff}{cce\_\-supported} (void)
\begin{DoxyCompactList}\small\item\em Get supported version of CCE XML. \item\end{DoxyCompactList}\end{DoxyCompactItemize}
\end{Indent}
\subsection*{Data Fields}
\begin{DoxyCompactItemize}
\item
\hypertarget{structcce_a3cf6c9cb754143cdbed1799e9c8f0eac}{
struct \hyperlink{structoscap__list}{oscap\_\-list} $\ast$ {\bfseries entries}}
\label{structcce_a3cf6c9cb754143cdbed1799e9c8f0eac}
\item
\hypertarget{structcce_ab058008e447a3a455a6889fc8c79df24}{
struct \hyperlink{structoscap__htable}{oscap\_\-htable} $\ast$ {\bfseries entry}}
\label{structcce_ab058008e447a3a455a6889fc8c79df24}
\end{DoxyCompactItemize}
\subsection{Detailed Description}
Structure holding CCE entries.
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}
|