|
herr_t | H5Eauto_is_v2 (hid_t estack_id, unsigned *is_stack) |
| [H5E_auto2_t_snip] More...
|
|
herr_t | H5Eclear2 (hid_t estack_id) |
| Clears the specified error stack or the error stack for the current thread. More...
|
|
herr_t | H5Eclose_msg (hid_t err_id) |
| Closes an error message identifier. More...
|
|
herr_t | H5Eclose_stack (hid_t estack_id) |
| Closes object handle for error stack. More...
|
|
hid_t | H5Ecreate_msg (hid_t cls, H5E_type_t msg_type, const char *msg) |
| Adds major error message to an error class. More...
|
|
hid_t | H5Ecreate_stack (void) |
| Creates a new empty error stack. More...
|
|
herr_t | H5Eget_auto2 (hid_t estack_id, H5E_auto2_t *func, void **client_data) |
| Returns the settings for the automatic error stack traversal function and its data. More...
|
|
ssize_t | H5Eget_class_name (hid_t class_id, char *name, size_t size) |
| Retrieves error class name. More...
|
|
hid_t | H5Eget_current_stack (void) |
| Returns a copy of the current error stack. More...
|
|
ssize_t | H5Eget_msg (hid_t msg_id, H5E_type_t *type, char *msg, size_t size) |
| Retrieves an error message. More...
|
|
ssize_t | H5Eget_num (hid_t estack_id) |
| Retrieves the number of error messages in an error stack. More...
|
|
herr_t | H5Epop (hid_t estack_id, size_t count) |
| Close an error message identifier. More...
|
|
herr_t | H5Eprint2 (hid_t estack_id, FILE *stream) |
| Prints the specified error stack in a default manner. More...
|
|
herr_t | H5Epush2 (hid_t estack_id, const char *file, const char *func, unsigned line, hid_t cls_id, hid_t maj_id, hid_t min_id, const char *msg,...) |
| Pushes new error record onto error stack. More...
|
|
hid_t | H5Eregister_class (const char *cls_name, const char *lib_name, const char *version) |
| Registers a client library or application program to the HDF5 error API. More...
|
|
herr_t | H5Eset_auto2 (hid_t estack_id, H5E_auto2_t func, void *client_data) |
| Turns automatic error printing on or off. More...
|
|
herr_t | H5Eset_current_stack (hid_t estack_id) |
| Replaces the current error stack. More...
|
|
herr_t | H5Eunregister_class (hid_t class_id) |
| Removes an error class. More...
|
|
herr_t | H5Ewalk2 (hid_t estack_id, H5E_direction_t direction, H5E_walk2_t func, void *client_data) |
| Walks the specified error stack, calling the specified function. More...
|
|
herr_t | H5Eclear1 (void) |
| [H5E_auto1_t_snip] More...
|
|
herr_t | H5Eget_auto1 (H5E_auto1_t *func, void **client_data) |
| Returns the settings for the automatic error stack traversal function and its data. More...
|
|
char * | H5Eget_major (H5E_major_t maj) |
|
char * | H5Eget_minor (H5E_minor_t min) |
|
herr_t | H5Eprint1 (FILE *stream) |
| Prints the specified error stack in a default manner. More...
|
|
herr_t | H5Epush1 (const char *file, const char *func, unsigned line, H5E_major_t maj_id, H5E_minor_t min_id, const char *msg) |
| Pushes new error record onto error stack. More...
|
|
herr_t | H5Eset_auto1 (H5E_auto1_t func, void *client_data) |
| Turns automatic error printing on or off. More...
|
|
herr_t | H5Ewalk1 (H5E_direction_t direction, H5E_walk1_t func, void *client_data) |
| Walks the specified error stack, calling the specified function. More...
|
|