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.ByReferenceA reference to the nativesize_tdata type.
-
-
Constructor Summary
Constructors Constructor Description SizeTByReference()Create a reference to a newly allocatedsize_tobject.SizeTByReference(SizeT value)Create a reference to a newly allocatedsize_tobject, which is initialized withvalue.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SizeTgetValue()Get the value ofsize_tobject pointed by this reference.voidsetValue(SizeT value)Change the value of thesize_tobject pointed by this reference.
-
-
-
Constructor Detail
-
SizeTByReference
public SizeTByReference()
Create a reference to a newly allocatedsize_tobject.
-
SizeTByReference
public SizeTByReference(SizeT value)
Create a reference to a newly allocatedsize_tobject, which is initialized withvalue.
-
-