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_tobject.SizeTByReference(SizeT value) Create a reference to a newly allocatedsize_tobject, which is initialized withvalue. -
Method Summary
Methods inherited from class com.sun.jna.ptr.ByReference
toStringMethods 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_tobject. -
SizeTByReference
Create a reference to a newly allocatedsize_tobject, which is initialized withvalue.
-
-
Method Details
-
setValue
Change the value of thesize_tobject pointed by this reference. -
getValue
Get the value ofsize_tobject pointed by this reference.
-