Пример #1
0
 public extern static herr_t iterate_by_name(hid_t loc_id,
     string obj_name, H5.index_t idx_type, H5.iter_order_t order,
     ref hsize_t n, operator_t op, IntPtr op_data,
     hid_t lapd_id = H5P.DEFAULT);
Пример #2
0
 public static extern herr_t iterate
     (IntPtr buf, hid_t type_id, hid_t space_id,
     operator_t op, IntPtr op_data);
Пример #3
0
 public extern static herr_t iterate
     (hid_t obj_id, H5.index_t idx_type, H5.iter_order_t order,
     ref hsize_t n, operator_t op, IntPtr op_data);
Пример #4
0
 public static extern herr_t iterate
     (IntPtr buf, hid_t type_id, hid_t space_id,
     operator_t op, IntPtr op_data);