#include <boost/python/detail/prefix.hpp>
#include <boost/python/object/instance.hpp>
#include <boost/python/converter/registry.hpp>
#include <boost/python/object/forward.hpp>
#include <boost/python/detail/preprocessor.hpp>
#include <boost/mpl/next.hpp>
#include <boost/mpl/begin_end.hpp>
#include <boost/mpl/deref.hpp>
#include <boost/preprocessor/iterate.hpp>
#include <boost/preprocessor/iteration/local.hpp>
#include <boost/preprocessor/repeat.hpp>
#include <boost/preprocessor/debug/line.hpp>
#include <boost/preprocessor/repetition/enum_trailing_binary_params.hpp>
#include <cstddef>
#include <BOOST_PP_ITERATE()>
Classes | |
struct | boost::python::objects::make_holder< nargs > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::python | |
boost::python::objects | |
Macros | |
#define | BOOST_PYTHON_DO_FORWARD_ARG(z, index, _) , f##index(a##index) |
#define | BOOST_PP_ITERATION_PARAMS_1 (3, (0, BOOST_PYTHON_MAX_ARITY, <boost/python/object/make_holder.hpp>)) |
#define BOOST_PP_ITERATION_PARAMS_1 (3, (0, BOOST_PYTHON_MAX_ARITY, <boost/python/object/make_holder.hpp>)) |
#define BOOST_PYTHON_DO_FORWARD_ARG | ( | z, | |
index, | |||
_ | |||
) | , f##index(a##index) |