Class PyCompilerFlags

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

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

    • PyCompilerFlags

      public PyCompilerFlags()
      Default native constructor.
    • PyCompilerFlags

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

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