Squashed commit of the token_refactoring branch:
This commit is contained in:
committed by
David Young
parent
335fc0096c
commit
3e6a192e9c
@@ -44,10 +44,10 @@ typedef void (*attr_operator_t)(H5Object& loc,
|
||||
const H5std_string attr_name,
|
||||
void *operator_data);
|
||||
|
||||
// Define the operator function pointer for H5Ovisit2().
|
||||
// Define the operator function pointer for H5Ovisit3().
|
||||
typedef int (*visit_operator_t)(H5Object& obj,
|
||||
const H5std_string attr_name,
|
||||
const H5O_info_t *oinfo,
|
||||
const H5O_info2_t *oinfo,
|
||||
void *operator_data);
|
||||
|
||||
// User data for attribute iteration
|
||||
|
||||
Reference in New Issue
Block a user