#include <py_function.hpp>
template<class Caller >
boost::python::objects::py_function::py_function |
( |
Caller const & |
caller | ) |
|
|
inline |
template<class Caller , class Sig >
boost::python::objects::py_function::py_function |
( |
Caller const & |
caller, |
|
|
Sig |
|
|
) |
| |
|
inline |
template<class Caller , class Sig >
boost::python::objects::py_function::py_function |
( |
Caller const & |
caller, |
|
|
Sig |
, |
|
|
int |
min_arity, |
|
|
int |
max_arity = 0 |
|
) |
| |
|
inline |
boost::python::objects::py_function::py_function |
( |
py_function const & |
rhs | ) |
|
|
inline |
python::detail::signature_element const& boost::python::objects::py_function::get_return_type |
( |
| ) |
const |
|
inline |
unsigned boost::python::objects::py_function::max_arity |
( |
| ) |
const |
|
inline |
unsigned boost::python::objects::py_function::min_arity |
( |
| ) |
const |
|
inline |
PyObject* boost::python::objects::py_function::operator() |
( |
PyObject * |
args, |
|
|
PyObject * |
kw |
|
) |
| const |
|
inline |
python::detail::signature_element const* boost::python::objects::py_function::signature |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: