![]() |
HDF
4.3.0
API Reference
|
#include "hproto.h"Macros | |
| #define | HERROR(e) HEpush(e, __func__, __FILE__, __LINE__) |
| #define | HRETURN_ERROR(err, ret_val) |
| #define | HGOTO_ERROR(err, ret_val) |
| #define | HGOTO_FAIL(ret_val) |
| #define | HCLOSE_GOTO_ERROR(hfid, err, ret_val) |
| #define | HGOTO_DONE(ret_val) |
| #define | HE_REPORT(msg) HEreport(msg) |
| #define | HE_REPORT_RETURN(msg, ret_val) |
| #define | HE_CLOSE_REPORT_RETURN(hfid, msg, ret_val) |
| #define | HE_REPORT_GOTO(msg, ret_val) |
| #define | HE_CLOSE_REPORT_GOTO(hfid, msg, ret_val) |
| #define HCLOSE_GOTO_ERROR | ( | hfid, | |
| err, | |||
| ret_val ) |
| #define HE_CLOSE_REPORT_GOTO | ( | hfid, | |
| msg, | |||
| ret_val ) |
| #define HE_CLOSE_REPORT_RETURN | ( | hfid, | |
| msg, | |||
| ret_val ) |
| #define HE_REPORT | ( | msg | ) | HEreport(msg) |
| #define HE_REPORT_GOTO | ( | msg, | |
| ret_val ) |
| #define HE_REPORT_RETURN | ( | msg, | |
| ret_val ) |
| #define HERROR | ( | e | ) | HEpush(e, __func__, __FILE__, __LINE__) |
| #define HGOTO_DONE | ( | ret_val | ) |
| #define HGOTO_ERROR | ( | err, | |
| ret_val ) |
| #define HGOTO_FAIL | ( | ret_val | ) |
| #define HRETURN_ERROR | ( | err, | |
| ret_val ) |