Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
call.hpp File Reference
#include <boost/python/detail/prefix.hpp>
#include <boost/type.hpp>
#include <boost/python/converter/arg_to_python.hpp>
#include <boost/python/converter/return_from_python.hpp>
#include <boost/python/detail/preprocessor.hpp>
#include <boost/python/detail/void_return.hpp>
#include <boost/preprocessor/comma_if.hpp>
#include <boost/preprocessor/iterate.hpp>
#include <boost/preprocessor/repeat.hpp>
#include <boost/preprocessor/debug/line.hpp>
#include <boost/preprocessor/repetition/enum_trailing_params.hpp>
#include <boost/preprocessor/repetition/enum_binary_params.hpp>
#include <BOOST_PP_ITERATE()>
Include dependency graph for call.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::python
 

Macros

#define BOOST_PYTHON_FAST_ARG_TO_PYTHON_GET(z, n, _)   , converter::arg_to_python<A##n>(a##n).get()
 
#define BOOST_PP_ITERATION_PARAMS_1   (3, (0, BOOST_PYTHON_MAX_ARITY, <boost/python/call.hpp>))
 

Macro Definition Documentation

#define BOOST_PP_ITERATION_PARAMS_1   (3, (0, BOOST_PYTHON_MAX_ARITY, <boost/python/call.hpp>))
#define BOOST_PYTHON_FAST_ARG_TO_PYTHON_GET (   z,
  n,
 
)    , converter::arg_to_python<A##n>(a##n).get()