Go to the source code of this file.
|
py::class_< Param > | PyParam (m, "Param", py::dynamic_attr()) |
|
| py::enum_< Param::LoadOption > (PyParam, "LoadOption") .value("fromString" |
|
Param::LoadOption::fromString | value ("fromFile", Param::LoadOption::fromFile) .export_values() |
|
PyParam | def (py::init< const std::string &, Param::LoadOption >()) |
|
PyParam | def ("has_key", &Param::has_key, py::return_value_policy::reference_internal) |
|
PyParam | def ("__repr__", &Param::repr) |
|
◆ def() [1/3]
PyParam def |
( |
"__repr__" | , |
|
|
&Param::repr | ) |
◆ def() [2/3]
PyParam def |
( |
"has_key" | , |
|
|
&Param::has_key | , |
|
|
py::return_value_policy::reference_internal | ) |
◆ def() [3/3]
PyParam def |
( |
py::init< const std::string &, Param::LoadOption > | () | ) |
|
◆ py::enum_< Param::LoadOption >()
py::enum_< Param::LoadOption > |
( |
PyParam | , |
|
|
"LoadOption" | ) |
◆ PyParam()
py::class_< Param > PyParam |
( |
m | , |
|
|
"Param" | , |
|
|
py::dynamic_attr() | ) |
◆ value()
Param::LoadOption::fromString value |
( |
"fromFile" | , |
|
|
Param::LoadOption::fromFile | ) |