AQUAgpusph 5.0.4
|
Functions | |
void | displayUsage () |
Display the program usage. | |
void | parse (int argc, char **argv, FileManager &file_manager) |
Parse the command line arguments. |
void Aqua::InputOutput::CommandLineArgs::displayUsage | ( | ) |
Display the program usage.
The program usage is shown in case the user has requested help, or wrong/insufficient command line args have been provided.
DECLDIR void Aqua::InputOutput::CommandLineArgs::parse | ( | int | argc, |
char ** | argv, | ||
FileManager & | file_manager ) |
Parse the command line arguments.
argc | Number of arguments passed by command line |
argv | Arguments passed by command line |
file_manager | The files loader and reader |