Class CFArrayRefByReference

  • All Implemented Interfaces:
    com.sun.jna.NativeMapped

    public class CFArrayRefByReference
    extends com.sun.jna.ptr.PointerByReference
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.sun.jna.platform.mac.CoreFoundation.CFArrayRef getArray()  
      • 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
    • Constructor Detail

      • CFArrayRefByReference

        public CFArrayRefByReference()
      • CFArrayRefByReference

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

      • getArray

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