Rosetta
|
#include <boost/python.hpp>
#include <utility/pointer/access_ptr.hh>
#include <utility/pointer/owning_ptr.hh>
#include <boost/python/ptr.hpp>
#include <Python.h>
Classes | |
struct | utility::py::COP_to_Python_converter< T > |
Namespaces | |
utility | |
unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0. | |
utility::py | |
Functions | |
template<class T > | |
utility::pointer::shared_ptr< T > | utility::py::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 > | utility::py::wrap_access_const_pointer_get_function (utility::pointer::weak_ptr< T const > rs) |
template<class T > | |
void | utility::py::wrap_access_pointer (std::string class_name) |