Aids in the extensibility of cli by focusing potential changes into one structure.
std::string desc
Description of this parameter, if any. bool isFlag
True if the wasPassed value should not be ignored. std::string name
Name of this parameter. std::string tname
Type information of this parameter. boost::any value
The actual value of this parameter. bool wasPassed
True if this parameter was passed in via command line or file.
Aids in the extensibility of CLI by focusing potential changes into one structure.
Definition at line 390 of file cli.hpp.
Description of this parameter, if any.
Definition at line 395 of file cli.hpp.
True if the wasPassed value should not be ignored.
Definition at line 403 of file cli.hpp.
Name of this parameter.
Definition at line 393 of file cli.hpp.
Type information of this parameter.
Definition at line 397 of file cli.hpp.
The actual value of this parameter.
Definition at line 399 of file cli.hpp.
True if this parameter was passed in via command line or file.
Definition at line 401 of file cli.hpp.
Generated automatically by Doxygen for MLPACK from the source code.