AQUAgpusph 5.0.4
Loading...
Searching...
No Matches
Aqua::InputOutput::CommandLineArgs Namespace Reference

Functions

void displayUsage ()
 Display the program usage.
void parse (int argc, char **argv, FileManager &file_manager)
 Parse the command line arguments.

Function Documentation

◆ displayUsage()

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.

◆ parse()

DECLDIR void Aqua::InputOutput::CommandLineArgs::parse ( int argc,
char ** argv,
FileManager & file_manager )

Parse the command line arguments.

Parameters
argcNumber of arguments passed by command line
argvArguments passed by command line
file_managerThe files loader and reader
Returns
false if the excution must continue, true otherwise.
Here is the call graph for this function: