Package it.unich.jgmp.nativelib
Class SizeTByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
it.unich.jgmp.nativelib.SizeTByReference
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public class SizeTByReference
extends com.sun.jna.ptr.ByReference
A reference to the native
size_t
data type.-
Constructor Summary
ConstructorsConstructorDescriptionCreate a reference to a newly allocatedsize_t
object.SizeTByReference
(SizeT value) Create a reference to a newly allocatedsize_t
object, which is initialized withvalue
. -
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()Create a reference to a newly allocatedsize_t
object. -
SizeTByReference
Create a reference to a newly allocatedsize_t
object, which is initialized withvalue
.
-
-
Method Details
-
setValue
Change the value of thesize_t
object pointed by this reference. -
getValue
Get the value ofsize_t
object pointed by this reference.
-