AllocFunc |
Custom allocator function callback.
|
AllocFuncByReference |
A structure containing an AllocFunc callback.
|
FreeFunc |
Custom deallocator function callback.
|
FreeFuncByReference |
A structure containing an FreeFunc callback.
|
GmpFunctionMapper |
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 ).
|
GmpRandstateT |
Type representing an object of the gmp_randstate_t native type.
|
GmpTypeMapper |
|
GmpTypeMapper.MPFToNativeConverter |
A converter from MPF to the native pointer type.
|
GmpTypeMapper.MPQToNativeConverter |
A converter from MPQ to the native pointer type.
|
GmpTypeMapper.MPZToNativeConverter |
A converter from MPZ to the native pointer type.
|
LibGmp.LibGmpExtra |
Interface for the native functions with a variable number of arguments.
|
MpBitcntT |
The native mp_bitcnt_t data type, which may be a 32 or 64 bit
unsigned integer.
|
MpExpT |
The native mp_exp_t data type, which may be a 32, 48 or 64 bit
signed integer.
|
MpExpTByReference |
A reference to the native mp_exp_t data type.
|
MpfT |
Type representing an object of the mpf_t native type.
|
MpqT |
Type representing an object of the mpq_t native type.
|
MpSizeT |
The native mp_size_t data type, which may be a 32, 48 or 64 bit
signed integer.
|
MpzT |
Type representing an object of the mpz_t native type.
|
NativeUnsignedLong |
The native unsigned long data type, which may be a 32 or 64 bit integer.
|
ReallocFunc |
Custom reallocator function callback.
|
ReallocFuncByReference |
|
SizeT |
The native size_t data type, which may be a 32 or 64 bit unsigned
integer.
|
SizeTByReference |
A reference to the native size_t data type.
|