![]() |
HDF5
1.12.0
|
#include "H5Omodule.h"#include "H5private.h"#include "H5Dprivate.h"#include "H5Eprivate.h"#include "H5FLprivate.h"#include "H5MMprivate.h"#include "H5Opkg.h"#include "H5Zpkg.h"#include "H5Oshared.h"Macros | |
| #define | H5Z_FRIEND /*suppress error about including H5Zpkg */ |
| #define | H5O_SHARED_TYPE H5O_MSG_PLINE |
| #define | H5O_SHARED_DECODE H5O_pline_shared_decode |
| #define | H5O_SHARED_DECODE_REAL H5O__pline_decode |
| #define | H5O_SHARED_ENCODE H5O_pline_shared_encode |
| #define | H5O_SHARED_ENCODE_REAL H5O_pline_encode |
| #define | H5O_SHARED_SIZE H5O_pline_shared_size |
| #define | H5O_SHARED_SIZE_REAL H5O_pline_size |
| #define | H5O_SHARED_DELETE H5O__pline_shared_delete |
| #define | H5O_SHARED_LINK H5O__pline_shared_link |
| #define | H5O_SHARED_COPY_FILE H5O__pline_shared_copy_file |
| #define | H5O_SHARED_POST_COPY_FILE H5O_pline_shared_post_copy_file |
| #define | H5O_SHARED_DEBUG H5O_pline_shared_debug |
| #define | H5O_SHARED_DEBUG_REAL H5O__pline_debug |
Functions | |
| H5FL_DEFINE (H5O_pline_t) | |
| herr_t | H5O_pline_set_version (H5F_t *f, H5O_pline_t *pline) |
Variables | |
| const H5O_msg_class_t | H5O_MSG_PLINE [1] |
| const unsigned | H5O_pline_ver_bounds [] |
| #define H5O_SHARED_COPY_FILE H5O__pline_shared_copy_file |
| #define H5O_SHARED_DEBUG H5O_pline_shared_debug |
| #define H5O_SHARED_DEBUG_REAL H5O__pline_debug |
| #define H5O_SHARED_DECODE H5O_pline_shared_decode |
| #define H5O_SHARED_DECODE_REAL H5O__pline_decode |
| #define H5O_SHARED_DELETE H5O__pline_shared_delete |
| #define H5O_SHARED_ENCODE H5O_pline_shared_encode |
| #define H5O_SHARED_ENCODE_REAL H5O_pline_encode |
| #define H5O_SHARED_LINK H5O__pline_shared_link |
| #define H5O_SHARED_POST_COPY_FILE H5O_pline_shared_post_copy_file |
| #define H5O_SHARED_SIZE H5O_pline_shared_size |
| #define H5O_SHARED_SIZE_REAL H5O_pline_size |
| #define H5O_SHARED_TYPE H5O_MSG_PLINE |
| #define H5Z_FRIEND /*suppress error about including H5Zpkg */ |
| H5FL_DEFINE | ( | H5O_pline_t | ) |
| herr_t H5O_pline_set_version | ( | H5F_t * | f, |
| H5O_pline_t * | pline | ||
| ) |
| const H5O_msg_class_t H5O_MSG_PLINE[1] |
| const unsigned H5O_pline_ver_bounds[] |
1.8.18