Class PointerByReference

  • All Implemented Interfaces:
    NativeMapped

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

      • PointerByReference

        public PointerByReference()
      • PointerByReference

        public PointerByReference​(Pointer value)
    • Method Detail

      • setValue

        public void setValue​(Pointer value)
      • getValue

        public Pointer getValue()