![]() |
HDF5
1.12.0
|
#include "H5Omodule.h"#include "H5private.h"#include "H5Eprivate.h"#include "H5Fpkg.h"#include "H5FLprivate.h"#include "H5Opkg.h"Macros | |
| #define | H5F_FRIEND /*suppress error about including H5Fpkg */ |
| #define | N_FSINFO_VERSION_BOUNDS H5F_LIBVER_NBOUNDS |
Functions | |
| H5FL_DEFINE_STATIC (H5O_fsinfo_t) | |
| herr_t | H5O_fsinfo_set_version (H5F_libver_t low, H5F_libver_t high, H5O_fsinfo_t *fsinfo) |
| herr_t | H5O_fsinfo_check_version (H5F_libver_t high, H5O_fsinfo_t *fsinfo) |
Variables | |
| const H5O_msg_class_t | H5O_MSG_FSINFO [1] |
| #define H5F_FRIEND /*suppress error about including H5Fpkg */ |
| #define N_FSINFO_VERSION_BOUNDS H5F_LIBVER_NBOUNDS |
| H5FL_DEFINE_STATIC | ( | H5O_fsinfo_t | ) |
| herr_t H5O_fsinfo_check_version | ( | H5F_libver_t | high, |
| H5O_fsinfo_t * | fsinfo | ||
| ) |
| herr_t H5O_fsinfo_set_version | ( | H5F_libver_t | low, |
| H5F_libver_t | high, | ||
| H5O_fsinfo_t * | fsinfo | ||
| ) |
| const H5O_msg_class_t H5O_MSG_FSINFO[1] |
1.8.18