KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
kids_param.cc File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ 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  )

Referenced by PROJECT_NS::cast(), PROJECT_NS::cast(), PROJECT_NS::cast_from_complex(), def(), and phys::unitsys::eval().

Here is the caller graph for this function: