Class AbstractMemoryCData

java.lang.Object
org.python.core.PyObject
org.python.modules.jffi.CData
org.python.modules.jffi.AbstractMemoryCData
All Implemented Interfaces:
Serializable, Traverseproc, Pointer
Direct Known Subclasses:
PointerCData, StringCData

public abstract class AbstractMemoryCData extends CData implements Pointer
See Also:
  • Method Details

    • __nonzero__

      public boolean __nonzero__()
      Description copied from class: PyObject
      Equivalent to the standard Python __nonzero__ method. Returns whether of not a given PyObject is considered true.
      Overrides:
      __nonzero__ in class PyObject
    • getMemory

      public final DirectMemory getMemory()
      Specified by:
      getMemory in interface Pointer