|
hid_t | H5Oopen (hid_t loc_id, const char *name, hid_t lapl_id) |
| Opens an object in an HDF5 file by location identifier and path name.
|
|
hid_t | H5Oopen_async (hid_t loc_id, const char *name, hid_t lapl_id, hid_t es_id) |
|
hid_t | H5Oopen_by_token (hid_t loc_id, H5O_token_t token) |
| Opens an object in an HDF5 file using its VOL independent token.
|
|
hid_t | H5Oopen_by_idx (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t lapl_id) |
| Opens the nth object in a group.
|
|
hid_t | H5Oopen_by_idx_async (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t lapl_id, hid_t es_id) |
|
htri_t | H5Oexists_by_name (hid_t loc_id, const char *name, hid_t lapl_id) |
| Determines whether a link resolves to an actual object.
|
|
herr_t | H5Oget_info3 (hid_t loc_id, H5O_info2_t *oinfo, unsigned fields) |
| Retrieves the metadata for an object specified by an identifier.
|
|
herr_t | H5Oget_info_by_name3 (hid_t loc_id, const char *name, H5O_info2_t *oinfo, unsigned fields, hid_t lapl_id) |
| Retrieves the metadata for an object, identifying the object by location and relative name.
|
|
herr_t | H5Oget_info_by_name_async (hid_t loc_id, const char *name, H5O_info2_t *oinfo, unsigned fields, hid_t lapl_id, hid_t es_id) |
|
herr_t | H5Oget_info_by_idx3 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5O_info2_t *oinfo, unsigned fields, hid_t lapl_id) |
| Retrieves the metadata for an object, identifying the object by an index position.
|
|
herr_t | H5Oget_native_info (hid_t loc_id, H5O_native_info_t *oinfo, unsigned fields) |
| Retrieve native file format information about an object.
|
|
herr_t | H5Oget_native_info_by_name (hid_t loc_id, const char *name, H5O_native_info_t *oinfo, unsigned fields, hid_t lapl_id) |
| Retrieve native file format information about an object given its name.
|
|
herr_t | H5Oget_native_info_by_idx (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5O_native_info_t *oinfo, unsigned fields, hid_t lapl_id) |
| Retrieve native file format information about an object according to the order of an index.
|
|
herr_t | H5Olink (hid_t obj_id, hid_t new_loc_id, const char *new_name, hid_t lcpl_id, hid_t lapl_id) |
| Creates a hard link to an object in an HDF5 file.
|
|
herr_t | H5Oincr_refcount (hid_t object_id) |
| Increments an object reference count.
|
|
herr_t | H5Odecr_refcount (hid_t object_id) |
| Decrements an object reference count.
|
|
herr_t | H5Ocopy (hid_t src_loc_id, const char *src_name, hid_t dst_loc_id, const char *dst_name, hid_t ocpypl_id, hid_t lcpl_id) |
| Copies an object in an HDF5 file.
|
|
herr_t | H5Ocopy_async (hid_t src_loc_id, const char *src_name, hid_t dst_loc_id, const char *dst_name, hid_t ocpypl_id, hid_t lcpl_id, hid_t es_id) |
|
herr_t | H5Oset_comment (hid_t obj_id, const char *comment) |
| Sets comment for specified object.
|
|
herr_t | H5Oset_comment_by_name (hid_t loc_id, const char *name, const char *comment, hid_t lapl_id) |
| Sets comment for specified object.
|
|
ssize_t | H5Oget_comment (hid_t obj_id, char *comment, size_t bufsize) |
| Retrieves comment for specified object.
|
|
ssize_t | H5Oget_comment_by_name (hid_t loc_id, const char *name, char *comment, size_t bufsize, hid_t lapl_id) |
| Retrieves comment for specified object.
|
|
herr_t | H5Ovisit3 (hid_t obj_id, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate2_t op, void *op_data, unsigned fields) |
| Recursively visits all objects accessible from a specified object.
|
|
herr_t | H5Ovisit_by_name3 (hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate2_t op, void *op_data, unsigned fields, hid_t lapl_id) |
| Recursively visits all objects accessible from a specified object.
|
|
herr_t | H5Oclose (hid_t object_id) |
| Closes an object in an HDF5 file.
|
|
herr_t | H5Oclose_async (hid_t object_id, hid_t es_id) |
|
herr_t | H5Oflush (hid_t obj_id) |
| Flushes all buffers associated with an HDF5 object to disk.
|
|
herr_t | H5Oflush_async (hid_t obj_id, hid_t es_id) |
|
herr_t | H5Orefresh (hid_t oid) |
| Refreshes all buffers associated with an HDF5 object.
|
|
herr_t | H5Orefresh_async (hid_t oid, hid_t es_id) |
|
herr_t | H5Odisable_mdc_flushes (hid_t object_id) |
| Prevents metadata entries for an HDF5 object from being flushed from the metadata cache to storage.
|
|
herr_t | H5Oenable_mdc_flushes (hid_t object_id) |
| Enables flushing of dirty metadata entries from a file's metadata cache.
|
|
herr_t | H5Oare_mdc_flushes_disabled (hid_t object_id, hbool_t *are_disabled) |
| Retrieves comment for specified object.
|
|
herr_t | H5Otoken_cmp (hid_t loc_id, const H5O_token_t *token1, const H5O_token_t *token2, int *cmp_value) |
| Compares two VOL connector object tokens.
|
|
herr_t | H5Otoken_to_str (hid_t loc_id, const H5O_token_t *token, char **token_str) |
| Serializes a connector's object token into a string.
|
|
herr_t | H5Otoken_from_str (hid_t loc_id, const char *token_str, H5O_token_t *token) |
| Deserializes a string into a connector object token.
|
|
hid_t | H5Oopen_by_addr (hid_t loc_id, haddr_t addr) |
| Opens an object using its address within an HDF5 file.
|
|
herr_t | H5Oget_info1 (hid_t loc_id, H5O_info1_t *oinfo) |
| Retrieves the metadata for an object specified by an identifier.
|
|
herr_t | H5Oget_info_by_name1 (hid_t loc_id, const char *name, H5O_info1_t *oinfo, hid_t lapl_id) |
| Retrieves the metadata for an object, identifying the object by location and relative name.
|
|
herr_t | H5Oget_info_by_idx1 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5O_info1_t *oinfo, hid_t lapl_id) |
| Retrieves the metadata for an object, identifying the object by an index position.
|
|
herr_t | H5Oget_info2 (hid_t loc_id, H5O_info1_t *oinfo, unsigned fields) |
| Retrieves the metadata for an object specified by an identifier.
|
|
herr_t | H5Oget_info_by_name2 (hid_t loc_id, const char *name, H5O_info1_t *oinfo, unsigned fields, hid_t lapl_id) |
| Retrieves the metadata for an object, identifying the object by location and relative name.
|
|
herr_t | H5Oget_info_by_idx2 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5O_info1_t *oinfo, unsigned fields, hid_t lapl_id) |
| Retrieves the metadata for an object, identifying the object by an index position.
|
|
herr_t | H5Ovisit1 (hid_t obj_id, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data) |
| Recursively visits all objects accessible from a specified object.
|
|
herr_t | H5Ovisit_by_name1 (hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data, hid_t lapl_id) |
| Recursively visits all objects starting from a specified object.
|
|
herr_t | H5Ovisit2 (hid_t obj_id, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data, unsigned fields) |
| Recursively visits all objects accessible from a specified object.
|
|
herr_t | H5Ovisit_by_name2 (hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data, unsigned fields, hid_t lapl_id) |
| Recursively visits all objects starting from a specified object.
|
|