Mungojerrie  1.1
Mungojerrie
Public Member Functions | List of all members
CommandLineOptions Class Reference

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
 

Detailed Description

A class for parsing and storing command line options.

Constructor & Destructor Documentation

◆ CommandLineOptions()

CommandLineOptions::CommandLineOptions ( )

Constructor adds the desired command line options.

Constructor adds the desired command line options

Member Function Documentation

◆ options()

boost::program_options::variables_map& CommandLineOptions::options ( )
inline

Returns the boost::program_options::variables_map.

The map indicates the command line options.


The documentation for this class was generated from the following files: