Class GmpFunctionMapper

  • All Implemented Interfaces:
    com.sun.jna.FunctionMapper

    class GmpFunctionMapper
    extends java.lang.Object
    implements com.sun.jna.FunctionMapper
    A FunctionMapper which converts the official GMP function names (beginning with mpz, mpq, mpf and gmp) to the names used by the C library (beginning with __gmp).
    • Constructor Detail

      • GmpFunctionMapper

        private GmpFunctionMapper()
    • Method Detail

      • getFunctionName

        public java.lang.String getFunctionName​(com.sun.jna.NativeLibrary library,
                                                java.lang.reflect.Method method)
        Specified by:
        getFunctionName in interface com.sun.jna.FunctionMapper