Package it.unich.jgmp.nativelib
Class MpSizeT
- java.lang.Object
-
- java.lang.Number
-
- com.sun.jna.IntegerType
-
- it.unich.jgmp.nativelib.MpSizeT
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
,java.io.Serializable
public class MpSizeT extends com.sun.jna.IntegerType
The nativemp_size_t
data type, which may be a 32, 48 or 64 bit signed integer. Here we assume that its size is the same of a native long. This should work on almost every system, with the exception of some Cray's, where the native size ofmp_size_t
is 48 bit.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
SIZE
The size of the nativemp_size_t
data type.
-