Home
last modified time | relevance | path

Searched refs:get_override (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/python/test/
Dpolymorphism2.cpp38 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()
Dexec.cpp38 return python::call<std::string>(this->get_override("hello").ptr()); in hello()
40 return this->get_override("hello")(); in hello()
Dwrapper_held_type.cpp47 if( bp::override id = this->get_override( "id" ) ) in id()
/third_party/boost/boost/python/
Dwrapper.hpp22 override get_override(char const* name) const in get_override() function in boost::python::wrapper
29 return this->base::get_override(name, type); in get_override()
/third_party/boost/libs/python/doc/reference/
Dwrapper.qbk49 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"))
/third_party/boost/libs/python/example/quickstart/
Dembedding.cpp37 return python::call<std::string>(this->get_override("hello").ptr()); in hello()
39 return this->get_override("hello")(); in hello()
/third_party/boost/libs/python/src/
Dwrapper.cpp11 override wrapper_base::get_override( in get_override() function in boost::python::detail::wrapper_base
/third_party/boost/boost/python/detail/
Dwrapper_base.hpp47 override get_override(
/third_party/boost/libs/python/doc/
Dtutorial.qbk460 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"))