![]() |
cpp-project-template 0.0.1.0
C++ Project Template
|
User options for this application. More...
Go to the source code of this file.
Namespaces | |
namespace | cpp_proj |
Namespace for this application. |
Functions | |
void | cpp_proj::parseUserOptions (const std::span< char * > &args) |
Gets the user options from the command line. | |
void | cpp_proj::printHelp () |
Print the usage of the application. | |
void | cpp_proj::printVersion () |
Print the version of the application. | |
void | cpp_proj::printHelpAndExit () |
Calls cpp_proj::printHelp and exits with success. | |
void | cpp_proj::printVersionAndExit () |
Calls cpp_proj::printVersion and exits with success. |
Variables | |
std::string_view | cpp_proj::progName |
This application's executable name, to be set at the start of the main function. |
User options for this application.