ekjstm / permafrost

Automatically exported from code.google.com/p/permafrost
0 stars 0 forks source link

Identify methods for Signed/Unsigned parameter overloading #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Methods with unsigned long long parameters can only be mapped to
BigInteger, but the BigInteger typemaps are incomplete and BigInteger is a
pain to work with. Identify methods that should work with jlong (signed
long long) and BigInteger (unsigned long long) and expose an alias such as:

H5TBdelete_record -> H5TBdelete_record_signed & H5TBdelete_record_unsigned.

Original issue reported on code.google.com by solomon....@gmail.com on 16 May 2008 at 3:17