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
|
\subsection{option Struct Reference}
\label{structoption}\index{option@{option}}
{\tt \#include $<$getopt.h$>$}
\subsubsection*{Public Attributes}
\begin{CompactItemize}
\item
char $\ast$ {\bf name}
\item
int {\bf has\_\-arg}
\item
int $\ast$ {\bf flag}
\item
int {\bf val}
\end{CompactItemize}
\subsubsection{Member Data Documentation}
\index{option@{option}!flag@{flag}}
\index{flag@{flag}!option@{option}}
\paragraph[{flag}]{\setlength{\rightskip}{0pt plus 5cm}int$\ast$ {\bf option::flag}}\hfill\label{structoption_b366eea5fe7be25c1928328ba715e353}
\index{option@{option}!has\_\-arg@{has\_\-arg}}
\index{has\_\-arg@{has\_\-arg}!option@{option}}
\paragraph[{has\_\-arg}]{\setlength{\rightskip}{0pt plus 5cm}int {\bf option::has\_\-arg}}\hfill\label{structoption_90d7ee9a51eea5c002682dbd0af149e4}
\index{option@{option}!name@{name}}
\index{name@{name}!option@{option}}
\paragraph[{name}]{\setlength{\rightskip}{0pt plus 5cm}char$\ast$ {\bf option::name}}\hfill\label{structoption_92c850a23c7828c1dba453bf8d15e1f0}
\index{option@{option}!val@{val}}
\index{val@{val}!option@{option}}
\paragraph[{val}]{\setlength{\rightskip}{0pt plus 5cm}int {\bf option::val}}\hfill\label{structoption_13bd155ec3b405d29c41ab8d0793be11}
The documentation for this struct was generated from the following file:\begin{CompactItemize}
\item
{\bf getopt.h}\end{CompactItemize}
|