Package it.unich.jgmp.nativelib
Class GmpTypeMapper.MPQToNativeConverter
java.lang.Object
it.unich.jgmp.nativelib.GmpTypeMapper.MPQToNativeConverter
- All Implemented Interfaces:
com.sun.jna.ToNativeConverter
- Enclosing class:
GmpTypeMapper
private static class GmpTypeMapper.MPQToNativeConverter
extends Object
implements com.sun.jna.ToNativeConverter
A converter from
MPQ
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
-
MPQToNativeConverter
private MPQToNativeConverter()
-
-
Method Details
-
nativeType
- Specified by:
nativeType
in interfacecom.sun.jna.ToNativeConverter
-
toNative
- Specified by:
toNative
in interfacecom.sun.jna.ToNativeConverter
-