Class PointerByReference

All Implemented Interfaces:
NativeMapped
Direct Known Subclasses:
CoreFoundation.CFDictionaryRef.ByReference, CoreFoundation.CFStringRef.ByReference

public class PointerByReference extends ByReference
Represents a reference to a pointer to native data. In C notation, void**.
Author:
twall
  • Constructor Details

    • PointerByReference

      public PointerByReference()
    • PointerByReference

      public PointerByReference(Pointer value)
  • Method Details

    • setValue

      public void setValue(Pointer value)
    • getValue

      public Pointer getValue()