Package it.unich.jgmp.nativelib
Class GmpTypeMapper.MPZToNativeConverter
java.lang.Object
it.unich.jgmp.nativelib.GmpTypeMapper.MPZToNativeConverter
- All Implemented Interfaces:
com.sun.jna.ToNativeConverter
- Enclosing class:
GmpTypeMapper
private static class GmpTypeMapper.MPZToNativeConverter
extends Object
implements com.sun.jna.ToNativeConverter
A converter from
MPZ
to the native pointer type. It is used by the
printf
/ scanf
functions to correctly handle GMP types.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MPZToNativeConverter
private MPZToNativeConverter()
-
-
Method Details
-
nativeType
- Specified by:
nativeType
in interfacecom.sun.jna.ToNativeConverter
-
toNative
- Specified by:
toNative
in interfacecom.sun.jna.ToNativeConverter
-