mlpack  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
ParamData Struct Reference

Aids in the extensibility of CLI by focusing potential changes into one structure. More...

Public Attributes

std::string desc
 Description of this parameter, if any. More...
 
bool isFlag
 True if the wasPassed value should not be ignored. More...
 
std::string name
 Name of this parameter. More...
 
std::string tname
 Type information of this parameter. More...
 
boost::any value
 The actual value of this parameter. More...
 
bool wasPassed
 True if this parameter was passed in via command line or file. More...
 

Detailed Description

Aids in the extensibility of CLI by focusing potential changes into one structure.

Definition at line 53 of file cli.hpp.

Member Data Documentation

std::string desc

Description of this parameter, if any.

Definition at line 58 of file cli.hpp.

bool isFlag

True if the wasPassed value should not be ignored.

Definition at line 66 of file cli.hpp.

std::string name

Name of this parameter.

Definition at line 56 of file cli.hpp.

std::string tname

Type information of this parameter.

Definition at line 60 of file cli.hpp.

boost::any value

The actual value of this parameter.

Definition at line 62 of file cli.hpp.

bool wasPassed

True if this parameter was passed in via command line or file.

Definition at line 64 of file cli.hpp.


The documentation for this struct was generated from the following file: