Class CPointerBase
Base class for objects that have a pointer access property that controls access to the underlying C pointer.
Declaration
class CPointerBase
source linkDocumentation
Methods
▶ def __del__(self) Free the memory used by the C++ object.
Overrides
This method is overriden in:
▷ def ptr(self) @property ▷ def ptr(self, ptr) @ptr.setter @ptr.setter
def ptr(
self,
ptr,
)
Subclasses
Reexports