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 | Functions
cli Namespace Reference

Classes

struct  opts_t
 

Functions

bool opts_parse (cli::opts_t &opts, const int &argc, const std::span< const char *const > &args)
 Parse command line options.
 
void print_usage (void)
 Print the default usage of the application.
 
void print_version (void)
 Print the version of the uvgVPCCenc library.
 
void print_help (void)
 Print the help message of the application.
 

Function Documentation

◆ opts_parse()

bool cli::opts_parse ( cli::opts_t opts,
const int &  argc,
const std::span< const char *const > &  args 
)

Parse command line options.

Returns
True if the execution should end (for exemple if the flag –help is used).
Here is the call graph for this function:
Here is the caller graph for this function:

◆ print_help()

void cli::print_help ( void  )

Print the help message of the application.

Parameters
<br>
Here is the caller graph for this function:

◆ print_usage()

void cli::print_usage ( void  )

Print the default usage of the application.

Parameters
<br>
Here is the caller graph for this function:

◆ print_version()

void cli::print_version ( void  )

Print the version of the uvgVPCCenc library.

Parameters
<br>
Here is the call graph for this function:
Here is the caller graph for this function: