PyOption< T > Class Template Reference

The Python option class. More...

Public Member Functions

 PyOption (const T defaultValue, const std::string &identifier, const std::string &description, const std::string &alias, const std::string &cppName, const bool required=false, const bool input=true, const bool noTranspose=false, const std::string &bindingName="")
 Construct a PyOption object. More...

 

Detailed Description


template
<
typename
T
>

class mlpack::bindings::python::PyOption< T >

The Python option class.

Definition at line 35 of file py_option.hpp.

Constructor & Destructor Documentation

◆ PyOption()

PyOption ( const T  defaultValue,
const std::string &  identifier,
const std::string &  description,
const std::string &  alias,
const std::string &  cppName,
const bool  required = false,
const bool  input = true,
const bool  noTranspose = false,
const std::string &  bindingName = "" 
)
inline

The documentation for this class was generated from the following file:
  • /home/ryan/src/mlpack.org/_src/mlpack-git/src/mlpack/bindings/python_documentation.html#py_option.hpp