|
| template<class Source , class Target > |
| Target * | boost::python::detail::upcast_impl (Source *, Target *) |
| |
| template<class Source , class Target > |
| Target * | boost::python::detail::upcast (Source *p, yes_convertible, no_convertible, Target *) |
| |
| template<class Source , class Target > |
| Target * | boost::python::detail::upcast (Source *p, no_convertible, no_convertible, Target *) |
| |
| template<class Target , class Source > |
| Target * | boost::python::detail::downcast (Source *p, yes_convertible) |
| |
| template<class Target , class Source > |
| Target * | boost::python::detail::downcast (Source *p, no_convertible, boost::type< Target > *=0) |
| |
| template<class T > |
| void | boost::python::detail::assert_castable (boost::type< T > *=0) |
| |
| template<class Target , class Source > |
| Target * | boost::python::upcast (Source *x, Target *=0) |
| |
| template<class Target , class Source > |
| Target * | boost::python::downcast (Source *x, Target *=0) |
| |