![]() |
AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Public Attributes | |
| void * | ptr |
| int * | intp |
| short * | shortp |
| long * | longp |
| long long * | longlongp |
| float * | floatp |
| double * | doublep |
| const char ** | argv |
| poptCallbackType | cb |
| poptOption | opt |
A union to simplify opt->arg access without casting.
Definition at line 224 of file options_popt.cpp.
| const char** poptArg_u::argv |
Definition at line 232 of file options_popt.cpp.
| poptCallbackType poptArg_u::cb |
Definition at line 233 of file options_popt.cpp.
| double* poptArg_u::doublep |
Definition at line 231 of file options_popt.cpp.
| float* poptArg_u::floatp |
Definition at line 230 of file options_popt.cpp.
| int* poptArg_u::intp |
Definition at line 226 of file options_popt.cpp.
| long long* poptArg_u::longlongp |
Definition at line 229 of file options_popt.cpp.
| long* poptArg_u::longp |
Definition at line 228 of file options_popt.cpp.
| poptOption poptArg_u::opt |
Definition at line 234 of file options_popt.cpp.
| void* poptArg_u::ptr |
Definition at line 225 of file options_popt.cpp.
| short* poptArg_u::shortp |
Definition at line 227 of file options_popt.cpp.