Searched refs:fstubs_name (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/python/detail/ |
D | defaults_gen.hpp | 138 #define BOOST_PYTHON_GEN_FUNCTION(fname, fstubs_name, n_args, n_dflts, ret) \ argument 139 struct fstubs_name \ 177 #define BOOST_PYTHON_GEN_MEM_FUNCTION(fname, fstubs_name, n_args, n_dflts, ret) \ argument 178 struct fstubs_name \ 206 #define BOOST_PYTHON_OVERLOAD_CONSTRUCTORS(fstubs_name, n_args, n_dflts) \ argument 207 fstubs_name(char const* doc = 0) \ 208 : ::boost::python::detail::overloads_common<fstubs_name>(doc) {} \ 210 fstubs_name(char const* doc, ::boost::python::detail::keywords<N> const& keywords) \ 211 : ::boost::python::detail::overloads_common<fstubs_name>( \ 219 fstubs_name(::boost::python::detail::keywords<N> const& keywords, char const* doc = 0) \ [all …]
|