mlpack  2.2.5
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

◆ desc

std::string desc

Description of this parameter, if any.

Definition at line 58 of file cli.hpp.

◆ isFlag

bool isFlag

True if the wasPassed value should not be ignored.

Definition at line 66 of file cli.hpp.

◆ name

std::string name

Name of this parameter.

Definition at line 56 of file cli.hpp.

◆ tname

std::string tname

Type information of this parameter.

Definition at line 60 of file cli.hpp.

◆ value

boost::any value

The actual value of this parameter.

Definition at line 62 of file cli.hpp.

◆ wasPassed

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: