Rosetta
|
Classes | |
class | Value |
class | Base |
class | OverloadTest |
class | PyExitCallback |
This class for holding callback function. More... | |
struct | COP_to_Python_converter |
Typedefs | |
typedef utility::pointer::shared_ptr< Value > | ValueOP |
typedef utility::pointer::shared_ptr< Value const > | ValueCOP |
typedef utility::pointer::shared_ptr< Base > | BaseOP |
typedef utility::pointer::shared_ptr< Base const > | BaseCOP |
typedef utility::pointer::shared_ptr< PyExitCallback > | PyExitCallbackOP |
typedef utility::pointer::shared_ptr< PyExitCallback const > | PyExitCallbackCOP |
Functions | |
std::ostream & | operator<< (std::ostream &os, Value const &v) |
void | foo_all (Base &b, int i, Value &v, std::string s) |
void | foo_all_sp (BaseOP b, int i, Value &v, std::string s) |
template<class T > | |
utility::pointer::shared_ptr< T > | wrap_access_pointer_get_function (utility::pointer::weak_ptr< T > rs) |
Function to create argument for Python subclassing. More... | |
template<class T > | |
utility::pointer::shared_ptr< T const > | wrap_access_const_pointer_get_function (utility::pointer::weak_ptr< T const > rs) |
template<class T > | |
void | wrap_access_pointer (std::string class_name) |
typedef utility::pointer::shared_ptr< Base const > utility::py::BaseCOP |
typedef utility::pointer::shared_ptr< Base > utility::py::BaseOP |
typedef utility::pointer::shared_ptr< PyExitCallback const > utility::py::PyExitCallbackCOP |
typedef utility::pointer::shared_ptr< PyExitCallback > utility::py::PyExitCallbackOP |
typedef utility::pointer::shared_ptr< Value const > utility::py::ValueCOP |
typedef utility::pointer::shared_ptr< Value > utility::py::ValueOP |
|
inline |
utility::pointer::shared_ptr<T const> utility::py::wrap_access_const_pointer_get_function | ( | utility::pointer::weak_ptr< T const > | rs | ) |
void utility::py::wrap_access_pointer | ( | std::string | class_name | ) |
References binder::class_name().