mlpack  1.0.12
Public Attributes | List of all members
mlpack::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 382 of file cli.hpp.

Member Data Documentation

std::string mlpack::ParamData::desc

Description of this parameter, if any.

Definition at line 387 of file cli.hpp.

bool mlpack::ParamData::isFlag

True if the wasPassed value should not be ignored.

Definition at line 395 of file cli.hpp.

std::string mlpack::ParamData::name

Name of this parameter.

Definition at line 385 of file cli.hpp.

std::string mlpack::ParamData::tname

Type information of this parameter.

Definition at line 389 of file cli.hpp.

boost::any mlpack::ParamData::value

The actual value of this parameter.

Definition at line 391 of file cli.hpp.

bool mlpack::ParamData::wasPassed

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

Definition at line 393 of file cli.hpp.


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