SyTen
expose_yesno.h File Reference

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

 syten
 Syten 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...
 

Detailed Description

Helper for exposing a C++ YesNo struct.