Go to the source code of this file.
Classes | |
struct | exposeVariadicOpImpl< Operator > |
struct | exposeVariadicOpImpl< dgs::AdderVariadic< T > > |
Typedefs | |
typedef bp::return_value_policy< bp::reference_existing_object > | reference_existing_object |
Functions | |
BOOST_PYTHON_MODULE (wrap) | |
template<typename Operator > | |
void | exposeBinaryOp () |
template<typename Operator > | |
void | exposeUnaryOp () |
template<typename Operator > | |
void | exposeVariadicOp () |
template<typename Operator > | |
auto | exposeVariadicOpBase () |
typedef bp::return_value_policy<bp::reference_existing_object> reference_existing_object |
Definition at line 9 of file operator-python-module-py.cc.
BOOST_PYTHON_MODULE | ( | wrap | ) |
Definition at line 68 of file operator-python-module-py.cc.
void exposeBinaryOp | ( | ) |
Definition at line 21 of file operator-python-module-py.cc.
void exposeUnaryOp | ( | ) |
Definition at line 12 of file operator-python-module-py.cc.
void exposeVariadicOp | ( | ) |
Definition at line 64 of file operator-python-module-py.cc.
auto exposeVariadicOpBase | ( | ) |
Definition at line 31 of file operator-python-module-py.cc.