ekjstm / permafrost

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

Identify methods for Array/Buffer parameter overloading #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Most data access methods are currently using a direct NIO buffer. Identify
which ones should also work with an array and expose an alias such as:

H5LTmake_dataset -> H5LTmake_dataset_array & H5LTmake_dataset_buffer.

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

GoogleCodeExporter commented 9 years ago

Original comment by solomon....@gmail.com on 16 May 2008 at 3:18

GoogleCodeExporter commented 9 years ago
Created standard wrapping procedure using %rename and redeclaration of function 
to
define method names like: 
<code>
H5LTmake_dataset -> H5LTmake_dataset & H5LTmake_dataset_direct
</code>

Original comment by solomon....@gmail.com on 9 Dec 2008 at 10:38