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{\setlength{\rightskip}{0pt plus 5cm}int$\ast$ {\bf option::flag}}\hfill\label{structoption_o2}
\index{option@{option}!has_arg@{has\_\-arg}}
\index{has_arg@{has\_\-arg}!option@{option}}
\paragraph{\setlength{\rightskip}{0pt plus 5cm}int {\bf option::has\_\-arg}}\hfill\label{structoption_o1}
\index{option@{option}!name@{name}}
\index{name@{name}!option@{option}}
\paragraph{\setlength{\rightskip}{0pt plus 5cm}char$\ast$ {\bf option::name}}\hfill\label{structoption_o0}
\index{option@{option}!val@{val}}
\index{val@{val}!option@{option}}
\paragraph{\setlength{\rightskip}{0pt plus 5cm}int {\bf option::val}}\hfill\label{structoption_o3}
The documentation for this struct was generated from the following file:\begin{CompactItemize}
\item
{\bf getopt.h}\end{CompactItemize}
|