Helper for exposing a C++ YesNo struct.
More...
Include dependency graph for expose_yesno.h:
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | syten |
| Syten namespace. | |
| namespace | syten::Pyten |
| Contains the initialisation functions for Python bindings. | |
Functions | |
| template<typename Exposed > | |
| py::class_< Exposed > | syten::Pyten::expose_yesno (py::module &m, std::string name, std::string docstring=std::string("")) |
| Function to expose YesNo structs automatically. More... | |
Helper for exposing a C++ YesNo struct.