#include <pointer_holder.hpp>
 | 
| static void *  | allocate (PyObject *, std::size_t offset, std::size_t size) | 
|   | 
| static void  | deallocate (PyObject *, void *storage)  throw () | 
|   | 
template<class Pointer , class Value > 
      
 
 
template<class Pointer , class Value > 
 
 
  
  
      
        
          | 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: