uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Classes | Macros | Functions | Variables
getopt.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ no_argument

#define no_argument   0

◆ optional_argument

#define optional_argument   2

◆ required_argument

#define required_argument   1

Function Documentation

◆ getopt_long()

int getopt_long ( int  nargc,
char *const *  nargv,
const char *  options,
const struct option long_options,
int *  idx 
)
Here is the caller graph for this function:

Variable Documentation

◆ optarg

char* optarg
extern

◆ opterr

int opterr

◆ optind

int optind
extern

◆ optopt

int optopt

◆ optreset

int optreset