AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Public Attributes | |
struct optionStackEntry | optionStack [10] |
struct optionStackEntry * | os |
poptArgv | leftovers |
int | numLeftovers |
int | nextLeftover |
const struct poptOption * | options |
int | restLeftover |
const char * | appName |
poptItem | aliases |
int | numAliases |
unsigned int | flags |
poptItem | execs |
int | numExecs |
poptArgv | finalArgv |
int | finalArgvCount |
int | finalArgvAlloced |
int(* | maincall )(int argc, const char **argv) |
poptItem | doExec |
const char * | execPath |
int | execAbsolute |
const char * | otherHelp |
pbm_set * | arg_strip |
Definition at line 289 of file options_popt.cpp.
poptItem poptContext_s::aliases |
Definition at line 298 of file options_popt.cpp.
const char* poptContext_s::appName |
Definition at line 297 of file options_popt.cpp.
pbm_set* poptContext_s::arg_strip |
Definition at line 311 of file options_popt.cpp.
poptItem poptContext_s::doExec |
Definition at line 307 of file options_popt.cpp.
int poptContext_s::execAbsolute |
Definition at line 309 of file options_popt.cpp.
const char* poptContext_s::execPath |
Definition at line 308 of file options_popt.cpp.
poptItem poptContext_s::execs |
Definition at line 301 of file options_popt.cpp.
poptArgv poptContext_s::finalArgv |
Definition at line 303 of file options_popt.cpp.
int poptContext_s::finalArgvAlloced |
Definition at line 305 of file options_popt.cpp.
int poptContext_s::finalArgvCount |
Definition at line 304 of file options_popt.cpp.
unsigned int poptContext_s::flags |
Definition at line 300 of file options_popt.cpp.
poptArgv poptContext_s::leftovers |
Definition at line 292 of file options_popt.cpp.
int(* poptContext_s::maincall) (int argc, const char **argv) |
Definition at line 306 of file options_popt.cpp.
int poptContext_s::nextLeftover |
Definition at line 294 of file options_popt.cpp.
int poptContext_s::numAliases |
Definition at line 299 of file options_popt.cpp.
int poptContext_s::numExecs |
Definition at line 302 of file options_popt.cpp.
int poptContext_s::numLeftovers |
Definition at line 293 of file options_popt.cpp.
const struct poptOption* poptContext_s::options |
Definition at line 295 of file options_popt.cpp.
struct optionStackEntry poptContext_s::optionStack[10] |
Definition at line 290 of file options_popt.cpp.
struct optionStackEntry* poptContext_s::os |
Definition at line 291 of file options_popt.cpp.
const char* poptContext_s::otherHelp |
Definition at line 310 of file options_popt.cpp.
int poptContext_s::restLeftover |
Definition at line 296 of file options_popt.cpp.