saga.buffer = class buffer(Boost.Python.instance)
    saga::buffer type
 
 
Method resolution order:
buffer
Boost.Python.instance
__builtin__.object

Methods defined here:
__init__(...)
C++ signature:
    __init__(_object*) -> void*
C++ signature:
    __init__(_object*, long) -> void*

Data descriptors defined here:
size
gets/sets the size of the buffer held internally

Data and other attributes defined here:
__instance_size__ = 16

Data descriptors inherited from Boost.Python.instance:
__dict__
__weakref__

Data and other attributes inherited from Boost.Python.instance:
__new__ = <built-in method __new__ of Boost.Python.class object at 0x194a2c0>
T.__new__(S, ...) -> a new object with type S, a subtype of T