Classes | |
struct | exposeTypeAlgo |
struct | exposeTypeAlgo< Scalar, false > |
struct | function_wrapper |
struct | function_wrapper< R(*)(Args...)> |
Functions | |
template<typename R , typename... Args> | |
auto | call (R(*f)(Args...), typename convert_type< Args >::type... args) |
template<typename... Args> | |
void | call (void(*f)(Args...), typename convert_type< Args >::type... args) |
template<typename Scalar > | |
void | exposeType () |
auto pinocchio::python::internal::call | ( | R(*)(Args...) | f, |
typename convert_type< Args >::type... | args | ||
) |
Definition at line 137 of file pybind11.hpp.
void pinocchio::python::internal::call | ( | void(*)(Args...) | f, |
typename convert_type< Args >::type... | args | ||
) |
Definition at line 142 of file pybind11.hpp.
void pinocchio::python::internal::exposeType | ( | ) |
Definition at line 49 of file expose-eigen-types.cpp.