![]() |
Mungojerrie
1.0
Mungojerrie
|
A class for parsing and storing command line options. More...
#include <CommandLineOptions.hh>
Public Member Functions | |
| CommandLineOptions () | |
| Constructor adds the desired command line options. More... | |
| int | parseCommandLineOptions (int argc, char *argv[]) |
| Parses the command line options and stores them in the appropriate member variables. | |
| boost::program_options::variables_map & | options () |
| Returns the boost::program_options::variables_map. More... | |
| const boost::program_options::variables_map & | options () const |
| const std::string & | inputFile () const |
| Get the input file name. | |
| Verbosity::Level | verbosity () const |
| Convert verbosity to enumerated type. | |
| ModelOptions::ReachType | reachSolver () const |
| ModelOptions::SSPType | sspSolver () const |
| void | fillModelOptions (ModelOptions &m) const |
| bool | learnEnabled () const |
| bool | QEnabled () const |
| bool | DQEnabled () const |
| bool | SLEnabled () const |
| bool | AQEnabled () const |
| GymOptions::GymRewardTypes | getRewardType () const |
A class for parsing and storing command line options.
| CommandLineOptions::CommandLineOptions | ( | ) |
Constructor adds the desired command line options.
Constructor adds the desired command line options
|
inline |
Returns the boost::program_options::variables_map.
The map indicates the command line options.
1.8.17