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 | Namespaces | Functions
cli.hpp File Reference
#include <limits>
#include <string>
#include <span>
Include dependency graph for cli.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cli::opts_t
 

Namespaces

namespace  cli
 

Functions

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

Detailed Description

Command line interface