#include <handle_fwd.hpp>

Public Types | |
| typedef T | element_type |
Public Member Functions | |
| handle () | |
| ~handle () | |
| template<class Y > | |
| handle (Y *p) | |
| handle & | operator= (handle const &r) |
| template<typename Y > | |
| handle & | operator= (handle< Y > const &r) |
| template<typename Y > | |
| handle (handle< Y > const &r) | |
| handle (handle const &r) | |
| T * | operator-> () const |
| T & | operator* () const |
| T * | get () const |
| T * | release () |
| void | reset () |
| operator bool_type () const | |
| bool | operator! () const |
| handle (detail::borrowed_reference x) | |
| typedef T boost::python::handle< T >::element_type |
|
inline |
|
inline |
References boost::python::xdecref().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References T.
Referenced by boost::python::detail::method_result::as(), and boost::python::detail::method_result::operator T().
|
inline |
References boost::python::xdecref().