Searched refs:get_override (Results 1 – 9 of 9) sorted by relevance
38 return call<char const*>(this->get_override("f").ptr()); in f()40 return this->get_override("f")(); in f()60 if (override f = this->get_override("f")) in f()93 if (override f = this->get_override("f")) in f()
38 return python::call<std::string>(this->get_override("hello").ptr()); in hello()40 return this->get_override("hello")(); in hello()
47 if( bp::override id = this->get_override( "id" ) ) in id()
22 override get_override(char const* name) const in get_override() function in boost::python::wrapper29 return this->base::get_override(name, type); in get_override()
49 override get_override(char const* name) const;55 ``override get_override(char const* name) const;``82 return this->get_override("f")();97 if (override f = this->get_override("f"))
37 return python::call<std::string>(this->get_override("hello").ptr()); in hello()39 return this->get_override("hello")(); in hello()
11 override wrapper_base::get_override( in get_override() function in boost::python::detail::wrapper_base
47 override get_override(
460 return this->get_override("f")();473 `return call<int>(this->get_override("f").ptr());`.]476 corresponding method of the Python object through `get_override`.525 if (override f = this->get_override("f"))