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{structoval__behavior}{
\section{oval\_\-behavior Struct Reference}
\label{structoval__behavior}\index{oval\_\-behavior@{oval\_\-behavior}}
}
OVAL behavior.
{\ttfamily \#include $<$oval\_\-definitions.h$>$}\subsection*{Public Member Functions}
\begin{DoxyCompactItemize}
\item
\hypertarget{group__OVALDEF_ga6be6b2ac8bb2031d215ad722b34f6248}{
struct \hyperlink{structoval__behavior}{oval\_\-behavior} $\ast$ {\bfseries oval\_\-behavior\_\-new} (struct \hyperlink{structoval__definition__model}{oval\_\-definition\_\-model} $\ast$)}
\label{group__OVALDEF_ga6be6b2ac8bb2031d215ad722b34f6248}
\item
struct \hyperlink{structoval__behavior}{oval\_\-behavior} $\ast$ \hyperlink{group__OVALDEF_gaa4a65b558963902ac1c5a67c9a820190}{oval\_\-behavior\_\-clone} (struct \hyperlink{structoval__definition__model}{oval\_\-definition\_\-model} $\ast$new\_\-model, struct \hyperlink{structoval__behavior}{oval\_\-behavior} $\ast$old\_\-behavior)
\item
\hypertarget{group__OVALDEF_ga6d5f5ad4147ea81c964f6c15722e3291}{
void {\bfseries oval\_\-behavior\_\-free} (struct \hyperlink{structoval__behavior}{oval\_\-behavior} $\ast$)}
\label{group__OVALDEF_ga6d5f5ad4147ea81c964f6c15722e3291}
\end{DoxyCompactItemize}
\begin{Indent}{\bf Setters}\par
{\em \label{_amgrp6e47466b75bb957a603aa54c079ac8bf}
}\begin{DoxyCompactItemize}
\item
\hypertarget{group__OVALDEF_gae7dd9303342148ca4d37d2a9ac5cf926}{
void {\bfseries oval\_\-behavior\_\-set\_\-keyval} (struct \hyperlink{structoval__behavior}{oval\_\-behavior} $\ast$behavior, const char $\ast$key, const char $\ast$value)}
\label{group__OVALDEF_gae7dd9303342148ca4d37d2a9ac5cf926}
\end{DoxyCompactItemize}
\end{Indent}
\begin{Indent}{\bf Getters}\par
{\em \label{_amgrpc9fd0bcb5385a65354c37f1bb504399d}
}\begin{DoxyCompactItemize}
\item
char $\ast$ \hyperlink{group__OVALDEF_gaaf7c03fd0bc13fd34c9b43dd08bd5cbe}{oval\_\-behavior\_\-get\_\-key} (struct \hyperlink{structoval__behavior}{oval\_\-behavior} $\ast$)
\begin{DoxyCompactList}\small\item\em Get OVAL behavior name. \item\end{DoxyCompactList}\item
char $\ast$ \hyperlink{group__OVALDEF_gae4be80524201e69217f00446c3743f75}{oval\_\-behavior\_\-get\_\-value} (struct \hyperlink{structoval__behavior}{oval\_\-behavior} $\ast$)
\begin{DoxyCompactList}\small\item\em Get OVAL behavior value. \item\end{DoxyCompactList}\item
bool \hyperlink{group__OVALDEF_gad33119d1c70659f3e394232f28dc146c}{oval\_\-behavior\_\-is\_\-locked} (struct \hyperlink{structoval__behavior}{oval\_\-behavior} $\ast$behavior)
\begin{DoxyCompactList}\small\item\em return {\bfseries true} if the behavior instance is locked. \item\end{DoxyCompactList}\end{DoxyCompactItemize}
\end{Indent}
\begin{Indent}{\bf Evaluators}\par
{\em \label{_amgrp1fdbbbb8aba6580be2c9cb4b12e86ca2}
}\begin{DoxyCompactItemize}
\item
bool \hyperlink{group__OVALDEF_ga51e5756370339b6b9a2b5463a4fc407e}{oval\_\-behavior\_\-is\_\-valid} (struct \hyperlink{structoval__behavior}{oval\_\-behavior} $\ast$behavior)
\end{DoxyCompactItemize}
\end{Indent}
\subsection*{Data Fields}
\begin{DoxyCompactItemize}
\item
\hypertarget{structoval__behavior_acad784b4bf5409a7de1cdc149d670b57}{
struct \hyperlink{structoval__definition__model}{oval\_\-definition\_\-model} $\ast$ {\bfseries model}}
\label{structoval__behavior_acad784b4bf5409a7de1cdc149d670b57}
\item
\hypertarget{structoval__behavior_a02c78c06c08274c396f960d91c886e78}{
char $\ast$ {\bfseries value}}
\label{structoval__behavior_a02c78c06c08274c396f960d91c886e78}
\item
\hypertarget{structoval__behavior_a62f3e633499e212a15edf60aded69328}{
char $\ast$ {\bfseries key}}
\label{structoval__behavior_a62f3e633499e212a15edf60aded69328}
\end{DoxyCompactItemize}
\subsection{Detailed Description}
OVAL behavior.
The documentation for this struct was generated from the following files:\begin{DoxyCompactItemize}
\item
/home/pvrabec/project/openscap/openscap-\/0.5.12/src/OVAL/\hyperlink{oval__behavior_8c}{oval\_\-behavior.c}\item
/home/pvrabec/project/openscap/openscap-\/0.5.12/src/OVAL/public/\hyperlink{oval__definitions_8h}{oval\_\-definitions.h}\end{DoxyCompactItemize}
|