Class CoreFoundationExt.CFArrayRefByReference

java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.ptr.PointerByReference
org.jetbrains.nativecerts.mac.CoreFoundationExt.CFArrayRefByReference
All Implemented Interfaces:
com.sun.jna.NativeMapped
Enclosing interface:
CoreFoundationExt

public static class CoreFoundationExt.CFArrayRefByReference extends com.sun.jna.ptr.PointerByReference
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    CFArrayRefByReference(com.sun.jna.platform.mac.CoreFoundation.CFArrayRef value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.sun.jna.platform.mac.CoreFoundation.CFArrayRef
     

    Methods inherited from class com.sun.jna.ptr.PointerByReference

    getValue, setValue

    Methods inherited from class com.sun.jna.ptr.ByReference

    toString

    Methods inherited from class com.sun.jna.PointerType

    equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CFArrayRefByReference

      public CFArrayRefByReference()
    • CFArrayRefByReference

      public CFArrayRefByReference(com.sun.jna.platform.mac.CoreFoundation.CFArrayRef value)
  • Method Details

    • getArray

      @Nullable public com.sun.jna.platform.mac.CoreFoundation.CFArrayRef getArray()