Package org.libvirt.jna
Class SizeTByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
org.libvirt.jna.SizeTByReference
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public final class SizeTByReference
extends com.sun.jna.ptr.ByReference
Represents a native (call-by-reference) pointer to
size_t
data type.-
Constructor Summary
-
Method Summary
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 Details
-
SizeTByReference
public SizeTByReference() -
SizeTByReference
public SizeTByReference(long value)
-
-
Method Details
-
setValue
public void setValue(long value) -
getValue
public long getValue()
-