uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
Go to the source code of this file.
Classes | |
struct | option |
Macros | |
#define | no_argument 0 |
#define | required_argument 1 |
#define | optional_argument 2 |
Functions | |
int | getopt_long (int, char *const *, const char *, const struct option *, int *) |
Variables | |
char * | optarg |
int | optind |
int | opterr |
int | optopt |
int | optreset |
#define no_argument 0 |
#define optional_argument 2 |
#define required_argument 1 |
int getopt_long | ( | int | nargc, |
char *const * | nargv, | ||
const char * | options, | ||
const struct option * | long_options, | ||
int * | idx | ||
) |
|
extern |
int opterr |
|
extern |
int optopt |
int optreset |