#include <value_holder.hpp>
|
static void * | allocate (PyObject *, std::size_t offset, std::size_t size) |
|
static void | deallocate (PyObject *, void *storage) throw () |
|
template<class Value , class Held >
template<class Value , class Held >
static void* boost::python::instance_holder::allocate |
( |
PyObject * |
, |
|
|
std::size_t |
offset, |
|
|
std::size_t |
size |
|
) |
| |
|
staticinherited |
static void boost::python::instance_holder::deallocate |
( |
PyObject * |
, |
|
|
void * |
storage |
|
) |
| |
throw | ( | |
| ) | | |
|
staticinherited |
void boost::python::instance_holder::install |
( |
PyObject * |
inst | ) |
|
throw | ( | |
| ) | | |
|
inherited |
The documentation for this struct was generated from the following file: