Class _object

java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.cpython._object
All Implemented Interfaces:
AutoCloseable

@Properties(inherit=python.class) public class _object extends Pointer
  • Constructor Details

    • _object

      public _object()
      Default native constructor.
    • _object

      public _object(long size)
      Native array allocator. Access with Pointer.position(long).
    • _object

      public _object(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).
  • Method Details