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
|
\hypertarget{structoscap__stringlist}{
\section{oscap\_\-stringlist Struct Reference}
\label{structoscap__stringlist}\index{oscap\_\-stringlist@{oscap\_\-stringlist}}
}
A collection of strings.
{\ttfamily \#include $<$text.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
struct \hyperlink{structoscap__string__iterator}{oscap\_\-string\_\-iterator} $\ast$ \hyperlink{group__STRINGS_gaa394755b39ca41c7417938c09add2316}{oscap\_\-stringlist\_\-get\_\-strings} (const struct \hyperlink{structoscap__stringlist}{oscap\_\-stringlist} $\ast$list)
\item
struct \hyperlink{structoscap__stringlist}{oscap\_\-stringlist} $\ast$ \hyperlink{group__STRINGS_ga1c76f6deb63ffec27246a89f14ed5aab}{oscap\_\-stringlist\_\-clone} (struct \hyperlink{structoscap__stringlist}{oscap\_\-stringlist} $\ast$list)
\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__STRINGS_ga0ca7ad01880cb5d9a2160d23c7b181a7}{oscap\_\-stringlist\_\-add\_\-string} (struct \hyperlink{structoscap__stringlist}{oscap\_\-stringlist} $\ast$list, const char $\ast$str)
\end{DoxyCompactItemize}
\end{Indent}
\subsection{Detailed Description}
A collection of strings.
The documentation for this struct was generated from the following file:\begin{DoxyCompactItemize}
\item
/home/pvrabec/project/openscap/openscap-\/0.5.12/src/common/public/\hyperlink{text_8h}{text.h}\end{DoxyCompactItemize}
|