#include <boost/python.hpp>
#include <boost/function.hpp>
#include <boost/function_types/components.hpp>
#include <boost/function_types/function_type.hpp>
#include <boost/function_types/result_type.hpp>
Go to the source code of this file.
|
| template<typename Guard , typename Fn , typename Policy > |
| boost::python::object | knowrob::py::with_aux (Fn fn, const Policy &policy) |
| |
| template<typename Guard , typename Fn , typename Policy > |
| boost::python::object | knowrob::py::with (const Fn &fn, const Policy &policy) |
| |
| template<typename Guard , typename Fn > |
| boost::python::object | knowrob::py::with (const Fn &fn) |
| | Create a callable object with guards. More...
|
| |