![]() |
HDF5
1.15.0
API Reference
|
Information class for link callback for H5Aiterate.
Inheritance diagram for H5A_iterate_cb:
Collaboration diagram for H5A_iterate_cb:Public Member Functions | |
| int | callback (long loc_id, String name, H5A_info_t info, H5A_iterate_t op_data) |
| int callback | ( | long | loc_id, |
| String | name, | ||
| H5A_info_t | info, | ||
| H5A_iterate_t | op_data | ||
| ) |
application callback for each attribute
| loc_id | the ID for the group or dataset being iterated over |
| name | the name of the current attribute about the object |
| info | the attribute's "info" struct |
| op_data | the operator data passed in to H5Aiterate |