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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320
|
\hypertarget{group__STRINGS}{
\section{STRINGS}
\label{group__STRINGS}\index{STRINGS@{STRINGS}}
}
Functions to access and manipulate textual data.
\subsection*{Data Structures}
\begin{DoxyCompactItemize}
\item
struct \hyperlink{structoscap__text}{oscap\_\-text}
\begin{DoxyCompactList}\small\item\em Representation of internationalizable character strings. \item\end{DoxyCompactList}\item
struct \hyperlink{structoscap__title}{oscap\_\-title}
\begin{DoxyCompactList}\small\item\em Title of an OpenScap element. \item\end{DoxyCompactList}\item
struct \hyperlink{structoscap__stringlist}{oscap\_\-stringlist}
\begin{DoxyCompactList}\small\item\em A collection of strings. \item\end{DoxyCompactList}\item
struct \hyperlink{structoscap__text__iterator}{oscap\_\-text\_\-iterator}
\begin{DoxyCompactList}\small\item\em Internationalized string iterator. \item\end{DoxyCompactList}\item
struct \hyperlink{structoscap__title__iterator}{oscap\_\-title\_\-iterator}
\begin{DoxyCompactList}\small\item\em Iterator over an array of \hyperlink{structoscap__title}{oscap\_\-title} elements. \item\end{DoxyCompactList}\item
struct \hyperlink{structoscap__string__iterator}{oscap\_\-string\_\-iterator}
\begin{DoxyCompactList}\small\item\em String iterator. \item\end{DoxyCompactList}\item
struct \hyperlink{structoscap__stringlist__iterator}{oscap\_\-stringlist\_\-iterator}
\begin{DoxyCompactList}\small\item\em Iterator over collections of strings. \item\end{DoxyCompactList}\end{DoxyCompactItemize}
\subsection*{Functions}
\begin{DoxyCompactItemize}
\item
struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$ \hyperlink{group__STRINGS_gac6a9bf5401a4886e98f2904dcae24bad}{oscap\_\-text::oscap\_\-text\_\-new} (void)
\begin{DoxyCompactList}\small\item\em Create an internationalized text field. \item\end{DoxyCompactList}\item
struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$ \hyperlink{group__STRINGS_ga2225487bec55cb7bdec0fa84ac630168}{oscap\_\-text::oscap\_\-text\_\-clone} (const struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$text)
\begin{DoxyCompactList}\small\item\em Clone an internationalized text field. \item\end{DoxyCompactList}\item
struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$ \hyperlink{group__STRINGS_ga58c7ce80ba2c0831e18f1bbdeaafa118}{oscap\_\-text::oscap\_\-text\_\-new\_\-html} (void)
\begin{DoxyCompactList}\small\item\em Create an internationalized text field with HTML content. \item\end{DoxyCompactList}\item
\hypertarget{group__STRINGS_gaf5af70b1be049d2fe79e21e5d5310bb1}{
void \hyperlink{group__STRINGS_gaf5af70b1be049d2fe79e21e5d5310bb1}{oscap\_\-text::oscap\_\-text\_\-free} (struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$)}
\label{group__STRINGS_gaf5af70b1be049d2fe79e21e5d5310bb1}
\begin{DoxyCompactList}\small\item\em Release an internationalized text field. \item\end{DoxyCompactList}\end{DoxyCompactItemize}
\subsection*{Common language codes}
\label{_amgrp7290bbd84bdc6f6f611ccf8c3f422942}
\begin{DoxyCompactItemize}
\item
\hypertarget{group__STRINGS_ga4018e4071dc8589589d3baf664e965f6}{
const char $\ast$const \hyperlink{group__STRINGS_ga4018e4071dc8589589d3baf664e965f6}{OSCAP\_\-LANG\_\-ENGLISH}}
\label{group__STRINGS_ga4018e4071dc8589589d3baf664e965f6}
\begin{DoxyCompactList}\small\item\em English. \item\end{DoxyCompactList}\item
\hypertarget{group__STRINGS_ga5c7c6c7da26b511a4d639fb009d47e28}{
const char $\ast$const \hyperlink{group__STRINGS_ga5c7c6c7da26b511a4d639fb009d47e28}{OSCAP\_\-LANG\_\-ENGLISH\_\-US}}
\label{group__STRINGS_ga5c7c6c7da26b511a4d639fb009d47e28}
\begin{DoxyCompactList}\small\item\em American English. \item\end{DoxyCompactList}\item
\hypertarget{group__STRINGS_ga2676cda1aeba0056db82daa4b4670c41}{
const char $\ast$const \hyperlink{group__STRINGS_ga2676cda1aeba0056db82daa4b4670c41}{OSCAP\_\-LANG\_\-DEFAULT}}
\label{group__STRINGS_ga2676cda1aeba0056db82daa4b4670c41}
\begin{DoxyCompactList}\small\item\em Default language (i.e. American English). \item\end{DoxyCompactList}\end{DoxyCompactItemize}
\subsection*{Getters}
\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::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::oscap\_\-stringlist\_\-clone} (struct \hyperlink{structoscap__stringlist}{oscap\_\-stringlist} $\ast$list)
\item
\hypertarget{group__cpedict_gaaed8a56b02bd9836bd762c0714891403}{
const char $\ast$ \hyperlink{group__cpedict_gaaed8a56b02bd9836bd762c0714891403}{oscap\_\-title::oscap\_\-title\_\-get\_\-language} (const struct \hyperlink{structoscap__title}{oscap\_\-title} $\ast$title)}
\label{group__cpedict_gaaed8a56b02bd9836bd762c0714891403}
\begin{DoxyCompactList}\small\item\em Get oscap title language. \item\end{DoxyCompactList}\item
const char $\ast$ \hyperlink{group__STRINGS_gaca2bb3cb75e8858295dd08c800ec810e}{oscap\_\-text::oscap\_\-text\_\-get\_\-text} (const struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$text)
\item
const char $\ast$ \hyperlink{group__STRINGS_ga33302545c993d04c5640070f5ebcdf38}{oscap\_\-text::oscap\_\-text\_\-get\_\-lang} (const struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$text)
\item
\hypertarget{group__STRINGS_gac0759b0a3b3608446818b1ae3ded6410}{
bool \hyperlink{group__STRINGS_gac0759b0a3b3608446818b1ae3ded6410}{oscap\_\-text::oscap\_\-text\_\-get\_\-is\_\-html} (const struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$text)}
\label{group__STRINGS_gac0759b0a3b3608446818b1ae3ded6410}
\begin{DoxyCompactList}\small\item\em Does this text posses a HTML content? \item\end{DoxyCompactList}\item
\hypertarget{group__STRINGS_ga3f239371f339469e8cc1ffc2bd93d573}{
bool \hyperlink{group__STRINGS_ga3f239371f339469e8cc1ffc2bd93d573}{oscap\_\-text::oscap\_\-text\_\-get\_\-can\_\-substitute} (const struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$text)}
\label{group__STRINGS_ga3f239371f339469e8cc1ffc2bd93d573}
\begin{DoxyCompactList}\small\item\em Can this text contain substitutions? \item\end{DoxyCompactList}\item
\hypertarget{group__STRINGS_ga4b6bbeb0263f08c3428e23efd47822f1}{
bool \hyperlink{group__STRINGS_ga4b6bbeb0263f08c3428e23efd47822f1}{oscap\_\-text::oscap\_\-text\_\-get\_\-can\_\-override} (const struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$text)}
\label{group__STRINGS_ga4b6bbeb0263f08c3428e23efd47822f1}
\begin{DoxyCompactList}\small\item\em Can this text override parent content? \item\end{DoxyCompactList}\item
\hypertarget{group__STRINGS_ga17bc03b25bddb5ed732031744c54ba7a}{
bool \hyperlink{group__STRINGS_ga17bc03b25bddb5ed732031744c54ba7a}{oscap\_\-text::oscap\_\-text\_\-get\_\-overrides} (const struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$text)}
\label{group__STRINGS_ga17bc03b25bddb5ed732031744c54ba7a}
\begin{DoxyCompactList}\small\item\em Does this text override parent content? \item\end{DoxyCompactList}\end{DoxyCompactItemize}
\subsection*{Setters}
\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_ga22a6653f1f8237f3a7f6ad8cdb89a65e}{oscap\_\-text::oscap\_\-text\_\-set\_\-text} (struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$text, const char $\ast$string)
\begin{DoxyCompactList}\small\item\em Set whether this text overrides parent content. \item\end{DoxyCompactList}\item
bool \hyperlink{group__STRINGS_ga2b1c5275f76416de713f0234993c3475}{oscap\_\-text::oscap\_\-text\_\-set\_\-lang} (struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$text, const char $\ast$string)
\item
\hypertarget{group__STRINGS_gaa0460513b8149fb8aa7c887bab4b45d0}{
bool \hyperlink{group__STRINGS_gaa0460513b8149fb8aa7c887bab4b45d0}{oscap\_\-title::oscap\_\-title\_\-set\_\-content} (struct \hyperlink{structoscap__title}{oscap\_\-title} $\ast$title, const char $\ast$new\_\-content)}
\label{group__STRINGS_gaa0460513b8149fb8aa7c887bab4b45d0}
\begin{DoxyCompactList}\small\item\em Set oscap title content. \item\end{DoxyCompactList}\item
bool \hyperlink{group__STRINGS_ga0ca7ad01880cb5d9a2160d23c7b181a7}{oscap\_\-stringlist::oscap\_\-stringlist\_\-add\_\-string} (struct \hyperlink{structoscap__stringlist}{oscap\_\-stringlist} $\ast$list, const char $\ast$str)
\end{DoxyCompactItemize}
\subsection*{Iterators}
\label{_amgrp523a8681903bcf53bace35316c86fe33}
\begin{DoxyCompactItemize}
\item
struct \hyperlink{structoscap__text}{oscap\_\-text} $\ast$ \hyperlink{group__STRINGS_ga8e0dbe44ba453a691b353d8f034df4ee}{oscap\_\-text\_\-iterator::oscap\_\-text\_\-iterator\_\-next} (struct \hyperlink{structoscap__text__iterator}{oscap\_\-text\_\-iterator} $\ast$it)
\item
bool \hyperlink{group__STRINGS_ga1409acab9efa1a603a5d276af6ccda0e}{oscap\_\-text\_\-iterator::oscap\_\-text\_\-iterator\_\-has\_\-more} (struct \hyperlink{structoscap__text__iterator}{oscap\_\-text\_\-iterator} $\ast$it)
\item
void \hyperlink{group__STRINGS_gab1f6fa43db91de5fe7e774f4db9e8786}{oscap\_\-text\_\-iterator::oscap\_\-text\_\-iterator\_\-free} (struct \hyperlink{structoscap__text__iterator}{oscap\_\-text\_\-iterator} $\ast$it)
\item
void \hyperlink{group__STRINGS_ga77270908f6ad7a1ba7a9191e72f9cab9}{oscap\_\-text\_\-iterator::oscap\_\-text\_\-iterator\_\-remove} (struct \hyperlink{structoscap__text__iterator}{oscap\_\-text\_\-iterator} $\ast$it)
\item
struct \hyperlink{structoscap__title}{oscap\_\-title} $\ast$ \hyperlink{group__STRINGS_gac670e04dad389fad7247518e20c91863}{oscap\_\-title\_\-iterator::oscap\_\-title\_\-iterator\_\-next} (struct \hyperlink{structoscap__title__iterator}{oscap\_\-title\_\-iterator} $\ast$it)
\item
void \hyperlink{group__STRINGS_gaa435255b8c155087fe838b8f24d6030e}{oscap\_\-title\_\-iterator::oscap\_\-title\_\-iterator\_\-free} (struct \hyperlink{structoscap__title__iterator}{oscap\_\-title\_\-iterator} $\ast$it)
\item
bool \hyperlink{group__STRINGS_ga856df9e15ffb52b33ed4a75d67ece468}{oscap\_\-title\_\-iterator::oscap\_\-title\_\-iterator\_\-has\_\-more} (struct \hyperlink{structoscap__title__iterator}{oscap\_\-title\_\-iterator} $\ast$it)
\item
void \hyperlink{group__STRINGS_ga462dbf9096989e01a7abffadc4d6e980}{oscap\_\-title::oscap\_\-title\_\-iterator\_\-remove} (struct \hyperlink{structoscap__title__iterator}{oscap\_\-title\_\-iterator} $\ast$it)
\item
const char $\ast$ \hyperlink{group__STRINGS_gabb5dc748268808d8ba0b0ea839391370}{oscap\_\-string\_\-iterator::oscap\_\-string\_\-iterator\_\-next} (struct \hyperlink{structoscap__string__iterator}{oscap\_\-string\_\-iterator} $\ast$it)
\item
bool \hyperlink{group__STRINGS_gaa2b95bf57e6b0012180cd50b9b2e154d}{oscap\_\-string\_\-iterator::oscap\_\-string\_\-iterator\_\-has\_\-more} (struct \hyperlink{structoscap__string__iterator}{oscap\_\-string\_\-iterator} $\ast$it)
\item
void \hyperlink{group__STRINGS_ga7d4ac0384a612d7cdff94f6ca114ade1}{oscap\_\-string\_\-iterator::oscap\_\-string\_\-iterator\_\-free} (struct \hyperlink{structoscap__string__iterator}{oscap\_\-string\_\-iterator} $\ast$it)
\item
void \hyperlink{group__STRINGS_ga101fdba5fc12d17344b6fa58c6e28e2f}{oscap\_\-string\_\-iterator::oscap\_\-string\_\-iterator\_\-remove} (struct \hyperlink{structoscap__string__iterator}{oscap\_\-string\_\-iterator} $\ast$it)
\item
struct \hyperlink{structoscap__stringlist}{oscap\_\-stringlist} $\ast$ \hyperlink{group__STRINGS_gaee5ec99c7b0a8245c6393da6b798a8ea}{oscap\_\-stringlist\_\-iterator::oscap\_\-stringlist\_\-iterator\_\-next} (struct \hyperlink{structoscap__stringlist__iterator}{oscap\_\-stringlist\_\-iterator} $\ast$it)
\item
bool \hyperlink{group__STRINGS_ga08bb18e6ded91022b28a247f0b93e80e}{oscap\_\-stringlist\_\-iterator::oscap\_\-stringlist\_\-iterator\_\-has\_\-more} (struct \hyperlink{structoscap__stringlist__iterator}{oscap\_\-stringlist\_\-iterator} $\ast$it)
\item
void \hyperlink{group__STRINGS_gaa2d09dc53c86d6ac2d94e439d1cbd892}{oscap\_\-stringlist\_\-iterator::oscap\_\-stringlist\_\-iterator\_\-free} (struct \hyperlink{structoscap__stringlist__iterator}{oscap\_\-stringlist\_\-iterator} $\ast$it)
\item
void \hyperlink{group__STRINGS_gab21163644b432a89d17aa5dc2b216dde}{oscap\_\-stringlist\_\-iterator::oscap\_\-stringlist\_\-iterator\_\-remove} (struct \hyperlink{structoscap__stringlist__iterator}{oscap\_\-stringlist\_\-iterator} $\ast$it)
\end{DoxyCompactItemize}
\subsection{Detailed Description}
Functions to access and manipulate textual data.
\subsection{Function Documentation}
\hypertarget{group__STRINGS_ga7d4ac0384a612d7cdff94f6ca114ade1}{
\index{STRINGS@{STRINGS}!oscap\_\-string\_\-iterator\_\-free@{oscap\_\-string\_\-iterator\_\-free}}
\index{oscap\_\-string\_\-iterator\_\-free@{oscap\_\-string\_\-iterator\_\-free}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-string\_\-iterator\_\-free}]{\setlength{\rightskip}{0pt plus 5cm}void oscap\_\-string\_\-iterator\_\-free (struct {\bf oscap\_\-string\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_ga7d4ac0384a612d7cdff94f6ca114ade1}
\hypertarget{group__STRINGS_gaa2b95bf57e6b0012180cd50b9b2e154d}{
\index{STRINGS@{STRINGS}!oscap\_\-string\_\-iterator\_\-has\_\-more@{oscap\_\-string\_\-iterator\_\-has\_\-more}}
\index{oscap\_\-string\_\-iterator\_\-has\_\-more@{oscap\_\-string\_\-iterator\_\-has\_\-more}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-string\_\-iterator\_\-has\_\-more}]{\setlength{\rightskip}{0pt plus 5cm}bool oscap\_\-string\_\-iterator\_\-has\_\-more (struct {\bf oscap\_\-string\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_gaa2b95bf57e6b0012180cd50b9b2e154d}
\hypertarget{group__STRINGS_gabb5dc748268808d8ba0b0ea839391370}{
\index{STRINGS@{STRINGS}!oscap\_\-string\_\-iterator\_\-next@{oscap\_\-string\_\-iterator\_\-next}}
\index{oscap\_\-string\_\-iterator\_\-next@{oscap\_\-string\_\-iterator\_\-next}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-string\_\-iterator\_\-next}]{\setlength{\rightskip}{0pt plus 5cm}const char $\ast$ oscap\_\-string\_\-iterator\_\-next (struct {\bf oscap\_\-string\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_gabb5dc748268808d8ba0b0ea839391370}
\hypertarget{group__STRINGS_ga101fdba5fc12d17344b6fa58c6e28e2f}{
\index{STRINGS@{STRINGS}!oscap\_\-string\_\-iterator\_\-remove@{oscap\_\-string\_\-iterator\_\-remove}}
\index{oscap\_\-string\_\-iterator\_\-remove@{oscap\_\-string\_\-iterator\_\-remove}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-string\_\-iterator\_\-remove}]{\setlength{\rightskip}{0pt plus 5cm}void oscap\_\-string\_\-iterator\_\-remove (struct {\bf oscap\_\-string\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_ga101fdba5fc12d17344b6fa58c6e28e2f}
\hypertarget{group__STRINGS_ga0ca7ad01880cb5d9a2160d23c7b181a7}{
\index{STRINGS@{STRINGS}!oscap\_\-stringlist\_\-add\_\-string@{oscap\_\-stringlist\_\-add\_\-string}}
\index{oscap\_\-stringlist\_\-add\_\-string@{oscap\_\-stringlist\_\-add\_\-string}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-stringlist\_\-add\_\-string}]{\setlength{\rightskip}{0pt plus 5cm}bool oscap\_\-stringlist\_\-add\_\-string (struct {\bf oscap\_\-stringlist} $\ast$ {\em list}, \/ const char $\ast$ {\em str})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_ga0ca7ad01880cb5d9a2160d23c7b181a7}
\hypertarget{group__STRINGS_ga1c76f6deb63ffec27246a89f14ed5aab}{
\index{STRINGS@{STRINGS}!oscap\_\-stringlist\_\-clone@{oscap\_\-stringlist\_\-clone}}
\index{oscap\_\-stringlist\_\-clone@{oscap\_\-stringlist\_\-clone}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-stringlist\_\-clone}]{\setlength{\rightskip}{0pt plus 5cm}struct {\bf oscap\_\-stringlist} $\ast$ oscap\_\-stringlist\_\-clone (struct {\bf oscap\_\-stringlist} $\ast$ {\em list})\hspace{0.3cm}{\ttfamily \mbox{[}read, inherited\mbox{]}}}}
\label{group__STRINGS_ga1c76f6deb63ffec27246a89f14ed5aab}
\hypertarget{group__STRINGS_gaa394755b39ca41c7417938c09add2316}{
\index{STRINGS@{STRINGS}!oscap\_\-stringlist\_\-get\_\-strings@{oscap\_\-stringlist\_\-get\_\-strings}}
\index{oscap\_\-stringlist\_\-get\_\-strings@{oscap\_\-stringlist\_\-get\_\-strings}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-stringlist\_\-get\_\-strings}]{\setlength{\rightskip}{0pt plus 5cm}struct {\bf oscap\_\-string\_\-iterator} $\ast$ oscap\_\-stringlist\_\-get\_\-strings (const struct {\bf oscap\_\-stringlist} $\ast$ {\em list})\hspace{0.3cm}{\ttfamily \mbox{[}read, inherited\mbox{]}}}}
\label{group__STRINGS_gaa394755b39ca41c7417938c09add2316}
\hypertarget{group__STRINGS_gaa2d09dc53c86d6ac2d94e439d1cbd892}{
\index{STRINGS@{STRINGS}!oscap\_\-stringlist\_\-iterator\_\-free@{oscap\_\-stringlist\_\-iterator\_\-free}}
\index{oscap\_\-stringlist\_\-iterator\_\-free@{oscap\_\-stringlist\_\-iterator\_\-free}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-stringlist\_\-iterator\_\-free}]{\setlength{\rightskip}{0pt plus 5cm}void oscap\_\-stringlist\_\-iterator\_\-free (struct {\bf oscap\_\-stringlist\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_gaa2d09dc53c86d6ac2d94e439d1cbd892}
\hypertarget{group__STRINGS_ga08bb18e6ded91022b28a247f0b93e80e}{
\index{STRINGS@{STRINGS}!oscap\_\-stringlist\_\-iterator\_\-has\_\-more@{oscap\_\-stringlist\_\-iterator\_\-has\_\-more}}
\index{oscap\_\-stringlist\_\-iterator\_\-has\_\-more@{oscap\_\-stringlist\_\-iterator\_\-has\_\-more}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-stringlist\_\-iterator\_\-has\_\-more}]{\setlength{\rightskip}{0pt plus 5cm}bool oscap\_\-stringlist\_\-iterator\_\-has\_\-more (struct {\bf oscap\_\-stringlist\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_ga08bb18e6ded91022b28a247f0b93e80e}
\hypertarget{group__STRINGS_gaee5ec99c7b0a8245c6393da6b798a8ea}{
\index{STRINGS@{STRINGS}!oscap\_\-stringlist\_\-iterator\_\-next@{oscap\_\-stringlist\_\-iterator\_\-next}}
\index{oscap\_\-stringlist\_\-iterator\_\-next@{oscap\_\-stringlist\_\-iterator\_\-next}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-stringlist\_\-iterator\_\-next}]{\setlength{\rightskip}{0pt plus 5cm}struct {\bf oscap\_\-stringlist} $\ast$ oscap\_\-stringlist\_\-iterator\_\-next (struct {\bf oscap\_\-stringlist\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}read, inherited\mbox{]}}}}
\label{group__STRINGS_gaee5ec99c7b0a8245c6393da6b798a8ea}
\hypertarget{group__STRINGS_gab21163644b432a89d17aa5dc2b216dde}{
\index{STRINGS@{STRINGS}!oscap\_\-stringlist\_\-iterator\_\-remove@{oscap\_\-stringlist\_\-iterator\_\-remove}}
\index{oscap\_\-stringlist\_\-iterator\_\-remove@{oscap\_\-stringlist\_\-iterator\_\-remove}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-stringlist\_\-iterator\_\-remove}]{\setlength{\rightskip}{0pt plus 5cm}void oscap\_\-stringlist\_\-iterator\_\-remove (struct {\bf oscap\_\-stringlist\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_gab21163644b432a89d17aa5dc2b216dde}
\hypertarget{group__STRINGS_ga2225487bec55cb7bdec0fa84ac630168}{
\index{STRINGS@{STRINGS}!oscap\_\-text\_\-clone@{oscap\_\-text\_\-clone}}
\index{oscap\_\-text\_\-clone@{oscap\_\-text\_\-clone}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-text\_\-clone}]{\setlength{\rightskip}{0pt plus 5cm}struct {\bf oscap\_\-text} $\ast$ oscap\_\-text\_\-clone (const struct {\bf oscap\_\-text} $\ast$ {\em text})\hspace{0.3cm}{\ttfamily \mbox{[}read, inherited\mbox{]}}}}
\label{group__STRINGS_ga2225487bec55cb7bdec0fa84ac630168}
Clone an internationalized text field.
\begin{DoxyParams}{Parameters}
\item[{\em text}]\hyperlink{structoscap__text}{oscap\_\-text} structure to clone \end{DoxyParams}
\hypertarget{group__STRINGS_ga33302545c993d04c5640070f5ebcdf38}{
\index{STRINGS@{STRINGS}!oscap\_\-text\_\-get\_\-lang@{oscap\_\-text\_\-get\_\-lang}}
\index{oscap\_\-text\_\-get\_\-lang@{oscap\_\-text\_\-get\_\-lang}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-text\_\-get\_\-lang}]{\setlength{\rightskip}{0pt plus 5cm}const char $\ast$ oscap\_\-text\_\-get\_\-lang (const struct {\bf oscap\_\-text} $\ast$ {\em text})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_ga33302545c993d04c5640070f5ebcdf38}
\hypertarget{group__STRINGS_gaca2bb3cb75e8858295dd08c800ec810e}{
\index{STRINGS@{STRINGS}!oscap\_\-text\_\-get\_\-text@{oscap\_\-text\_\-get\_\-text}}
\index{oscap\_\-text\_\-get\_\-text@{oscap\_\-text\_\-get\_\-text}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-text\_\-get\_\-text}]{\setlength{\rightskip}{0pt plus 5cm}const char $\ast$ oscap\_\-text\_\-get\_\-text (const struct {\bf oscap\_\-text} $\ast$ {\em text})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_gaca2bb3cb75e8858295dd08c800ec810e}
\hypertarget{group__STRINGS_gab1f6fa43db91de5fe7e774f4db9e8786}{
\index{STRINGS@{STRINGS}!oscap\_\-text\_\-iterator\_\-free@{oscap\_\-text\_\-iterator\_\-free}}
\index{oscap\_\-text\_\-iterator\_\-free@{oscap\_\-text\_\-iterator\_\-free}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-text\_\-iterator\_\-free}]{\setlength{\rightskip}{0pt plus 5cm}void oscap\_\-text\_\-iterator\_\-free (struct {\bf oscap\_\-text\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_gab1f6fa43db91de5fe7e774f4db9e8786}
\hypertarget{group__STRINGS_ga1409acab9efa1a603a5d276af6ccda0e}{
\index{STRINGS@{STRINGS}!oscap\_\-text\_\-iterator\_\-has\_\-more@{oscap\_\-text\_\-iterator\_\-has\_\-more}}
\index{oscap\_\-text\_\-iterator\_\-has\_\-more@{oscap\_\-text\_\-iterator\_\-has\_\-more}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-text\_\-iterator\_\-has\_\-more}]{\setlength{\rightskip}{0pt plus 5cm}bool oscap\_\-text\_\-iterator\_\-has\_\-more (struct {\bf oscap\_\-text\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_ga1409acab9efa1a603a5d276af6ccda0e}
\hypertarget{group__STRINGS_ga8e0dbe44ba453a691b353d8f034df4ee}{
\index{STRINGS@{STRINGS}!oscap\_\-text\_\-iterator\_\-next@{oscap\_\-text\_\-iterator\_\-next}}
\index{oscap\_\-text\_\-iterator\_\-next@{oscap\_\-text\_\-iterator\_\-next}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-text\_\-iterator\_\-next}]{\setlength{\rightskip}{0pt plus 5cm}struct {\bf oscap\_\-text} $\ast$ oscap\_\-text\_\-iterator\_\-next (struct {\bf oscap\_\-text\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}read, inherited\mbox{]}}}}
\label{group__STRINGS_ga8e0dbe44ba453a691b353d8f034df4ee}
\hypertarget{group__STRINGS_ga77270908f6ad7a1ba7a9191e72f9cab9}{
\index{STRINGS@{STRINGS}!oscap\_\-text\_\-iterator\_\-remove@{oscap\_\-text\_\-iterator\_\-remove}}
\index{oscap\_\-text\_\-iterator\_\-remove@{oscap\_\-text\_\-iterator\_\-remove}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-text\_\-iterator\_\-remove}]{\setlength{\rightskip}{0pt plus 5cm}void oscap\_\-text\_\-iterator\_\-remove (struct {\bf oscap\_\-text\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_ga77270908f6ad7a1ba7a9191e72f9cab9}
\hypertarget{group__STRINGS_gac6a9bf5401a4886e98f2904dcae24bad}{
\index{STRINGS@{STRINGS}!oscap\_\-text\_\-new@{oscap\_\-text\_\-new}}
\index{oscap\_\-text\_\-new@{oscap\_\-text\_\-new}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-text\_\-new}]{\setlength{\rightskip}{0pt plus 5cm}struct {\bf oscap\_\-text} $\ast$ oscap\_\-text\_\-new (void)\hspace{0.3cm}{\ttfamily \mbox{[}read, inherited\mbox{]}}}}
\label{group__STRINGS_gac6a9bf5401a4886e98f2904dcae24bad}
Create an internationalized text field.
\begin{DoxyParams}{Parameters}
\item[{\em lang}]-\/ language identifier (\end{DoxyParams}
\begin{DoxySeeAlso}{See also}
oscap\_\-text\_\-lang)
\end{DoxySeeAlso}
\begin{DoxyParams}{Parameters}
\item[{\em encoding}]-\/ language encoding (\end{DoxyParams}
\begin{DoxySeeAlso}{See also}
oscap\_\-text\_\-encoding)
\end{DoxySeeAlso}
\hypertarget{group__STRINGS_ga58c7ce80ba2c0831e18f1bbdeaafa118}{
\index{STRINGS@{STRINGS}!oscap\_\-text\_\-new\_\-html@{oscap\_\-text\_\-new\_\-html}}
\index{oscap\_\-text\_\-new\_\-html@{oscap\_\-text\_\-new\_\-html}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-text\_\-new\_\-html}]{\setlength{\rightskip}{0pt plus 5cm}struct {\bf oscap\_\-text} $\ast$ oscap\_\-text\_\-new\_\-html (void)\hspace{0.3cm}{\ttfamily \mbox{[}read, inherited\mbox{]}}}}
\label{group__STRINGS_ga58c7ce80ba2c0831e18f1bbdeaafa118}
Create an internationalized text field with HTML content.
\begin{DoxyParams}{Parameters}
\item[{\em lang}]-\/ language identifier (\end{DoxyParams}
\begin{DoxySeeAlso}{See also}
oscap\_\-text\_\-lang)
\end{DoxySeeAlso}
\begin{DoxyParams}{Parameters}
\item[{\em encoding}]-\/ language encoding (\end{DoxyParams}
\begin{DoxySeeAlso}{See also}
oscap\_\-text\_\-encoding)
\end{DoxySeeAlso}
\hypertarget{group__STRINGS_ga2b1c5275f76416de713f0234993c3475}{
\index{STRINGS@{STRINGS}!oscap\_\-text\_\-set\_\-lang@{oscap\_\-text\_\-set\_\-lang}}
\index{oscap\_\-text\_\-set\_\-lang@{oscap\_\-text\_\-set\_\-lang}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-text\_\-set\_\-lang}]{\setlength{\rightskip}{0pt plus 5cm}bool oscap\_\-text\_\-set\_\-lang (struct {\bf oscap\_\-text} $\ast$ {\em text}, \/ const char $\ast$ {\em string})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_ga2b1c5275f76416de713f0234993c3475}
\hypertarget{group__STRINGS_ga22a6653f1f8237f3a7f6ad8cdb89a65e}{
\index{STRINGS@{STRINGS}!oscap\_\-text\_\-set\_\-text@{oscap\_\-text\_\-set\_\-text}}
\index{oscap\_\-text\_\-set\_\-text@{oscap\_\-text\_\-set\_\-text}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-text\_\-set\_\-text}]{\setlength{\rightskip}{0pt plus 5cm}bool oscap\_\-text\_\-set\_\-text (struct {\bf oscap\_\-text} $\ast$ {\em text}, \/ const char $\ast$ {\em string})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_ga22a6653f1f8237f3a7f6ad8cdb89a65e}
Set whether this text overrides parent content. \hypertarget{group__STRINGS_gaa435255b8c155087fe838b8f24d6030e}{
\index{STRINGS@{STRINGS}!oscap\_\-title\_\-iterator\_\-free@{oscap\_\-title\_\-iterator\_\-free}}
\index{oscap\_\-title\_\-iterator\_\-free@{oscap\_\-title\_\-iterator\_\-free}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-title\_\-iterator\_\-free}]{\setlength{\rightskip}{0pt plus 5cm}void oscap\_\-title\_\-iterator\_\-free (struct {\bf oscap\_\-title\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_gaa435255b8c155087fe838b8f24d6030e}
\hypertarget{group__STRINGS_ga856df9e15ffb52b33ed4a75d67ece468}{
\index{STRINGS@{STRINGS}!oscap\_\-title\_\-iterator\_\-has\_\-more@{oscap\_\-title\_\-iterator\_\-has\_\-more}}
\index{oscap\_\-title\_\-iterator\_\-has\_\-more@{oscap\_\-title\_\-iterator\_\-has\_\-more}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-title\_\-iterator\_\-has\_\-more}]{\setlength{\rightskip}{0pt plus 5cm}bool oscap\_\-title\_\-iterator\_\-has\_\-more (struct {\bf oscap\_\-title\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_ga856df9e15ffb52b33ed4a75d67ece468}
\hypertarget{group__STRINGS_gac670e04dad389fad7247518e20c91863}{
\index{STRINGS@{STRINGS}!oscap\_\-title\_\-iterator\_\-next@{oscap\_\-title\_\-iterator\_\-next}}
\index{oscap\_\-title\_\-iterator\_\-next@{oscap\_\-title\_\-iterator\_\-next}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-title\_\-iterator\_\-next}]{\setlength{\rightskip}{0pt plus 5cm}struct {\bf oscap\_\-title} $\ast$ oscap\_\-title\_\-iterator\_\-next (struct {\bf oscap\_\-title\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}read, inherited\mbox{]}}}}
\label{group__STRINGS_gac670e04dad389fad7247518e20c91863}
\hypertarget{group__STRINGS_ga462dbf9096989e01a7abffadc4d6e980}{
\index{STRINGS@{STRINGS}!oscap\_\-title\_\-iterator\_\-remove@{oscap\_\-title\_\-iterator\_\-remove}}
\index{oscap\_\-title\_\-iterator\_\-remove@{oscap\_\-title\_\-iterator\_\-remove}!STRINGS@{STRINGS}}
\subsubsection[{oscap\_\-title\_\-iterator\_\-remove}]{\setlength{\rightskip}{0pt plus 5cm}void oscap\_\-title\_\-iterator\_\-remove (struct {\bf oscap\_\-title\_\-iterator} $\ast$ {\em it})\hspace{0.3cm}{\ttfamily \mbox{[}inherited\mbox{]}}}}
\label{group__STRINGS_ga462dbf9096989e01a7abffadc4d6e980}
|