Class SizeTByReference

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

    public class SizeTByReference
    extends com.sun.jna.ptr.ByReference
    Reference to SizeT, for return values TODO: This will move packages in version 6. TODO: This may not be needed in version 6.
    See Also:
    • Constructor Detail

      • SizeTByReference

        public SizeTByReference()
      • SizeTByReference

        public SizeTByReference​(SizeT value)
    • Method Detail

      • setValue

        public void setValue​(SizeT value)
      • getValue

        public SizeT getValue()
      • longValue

        public long longValue()
      • intValue

        public int intValue()