libplatform/prog/option.h Source File
1 #ifndef MP4V2_PLATFORM_PROG_OPTION_H
2 #define MP4V2_PLATFORM_PROG_OPTION_H
22 namespace mp4v2 {
namespace platform {
namespace prog {
26 MP4V2_EXPORT
extern const char*
optarg;
33 MP4V2_EXPORT
extern int optind;
39 MP4V2_EXPORT
extern int optopt;
42 MP4V2_EXPORT
extern int opterr;
134 int getOption(
int argc,
char*
const* argv,
const char* optstr,
const Option* longopts,
int* idx );
168 int getOptionSingle(
int argc,
char*
const* argv,
const char* optstr,
const Option* longopts,
int* idx );
174 #endif // MP4V2_PLATFORM_PROG_OPTION_H