std::string resourcePath() const
Retrieve the value of the '–resourcePath' flag.
Definition: CommandLineOptions.cpp:111
bool deferMeasurements() const
Retrieve the '–defer' flag setting.
Definition: CommandLineOptions.cpp:96
bool debugLattice() const
Retrieve the '–debugLattice' flag setting.
Definition: CommandLineOptions.cpp:101
bool forceRestart() const
Retrieve the '–forceRestart' flag setting.
Definition: CommandLineOptions.cpp:91
bool _help
Help flag '–help' is set.
Definition: CommandLineOptions.hpp:83
Parser object, which can be fed with argc/argv information and which then holds the parsed values in ...
Definition: CommandLineOptions.hpp:15
std::string taskFile() const
Retrieve the value of the '–taskFile' flag.
Definition: CommandLineOptions.cpp:106
bool help() const
Retrieve the '–help' flag setting.
Definition: CommandLineOptions.cpp:76
bool verbose() const
Retrieve the '–verbose' flag setting.
Definition: CommandLineOptions.cpp:81
std::string _taskFile
Value of the '–taskFile' argument.
Definition: CommandLineOptions.hpp:89
CommandLineOptions(int argc, char **argv)
Construct a new CommandLineOptions object and parse argc/argv information.
Definition: CommandLineOptions.cpp:14
bool _deferMeasurements
Defer flag '–defer' is set.
Definition: CommandLineOptions.hpp:87
int _checkpointTime
Value of the '–checkpointTime' argument.
Definition: CommandLineOptions.hpp:85
std::string _resourcePath
Value of the '–resourcePath' argument.
Definition: CommandLineOptions.hpp:90
bool _verbose
Verbose flag '–verbose' is set.
Definition: CommandLineOptions.hpp:84
bool _debugLattice
Lattice debug flag '–debugLattice' is set.
Definition: CommandLineOptions.hpp:88
int checkpointTime() const
Retrieve the value of the '–checkpointTime' flag.
Definition: CommandLineOptions.cpp:86
bool _forceRestart
Force flag '–forceRestart' is set.
Definition: CommandLineOptions.hpp:86