![]() |
HDF5
1.12.0
|
#include "H5Omodule.h"#include "H5private.h"#include "H5Eprivate.h"#include "H5FLprivate.h"#include "H5Gpkg.h"#include "H5Iprivate.h"#include "H5Lpkg.h"#include "H5MMprivate.h"#include "H5Opkg.h"Macros | |
| #define | H5G_FRIEND /*suppress error about including H5Gpkg */ |
| #define | H5L_FRIEND /*suppress error about including H5Lpkg */ |
| #define | H5O_LINK_VERSION 1 |
| #define | H5O_LINK_NAME_SIZE 0x03 /* 2-bit field for size of name length */ |
| #define | H5O_LINK_STORE_CORDER 0x04 /* Whether to store creation index */ |
| #define | H5O_LINK_STORE_LINK_TYPE 0x08 /* Whether to store non-default link type */ |
| #define | H5O_LINK_STORE_NAME_CSET 0x10 /* Whether to store non-default name character set */ |
| #define | H5O_LINK_ALL_FLAGS (H5O_LINK_NAME_SIZE | H5O_LINK_STORE_CORDER | H5O_LINK_STORE_LINK_TYPE | H5O_LINK_STORE_NAME_CSET) |
| #define | H5O_LINK_NAME_1 0x00 /* Use 1-byte value for name length */ |
| #define | H5O_LINK_NAME_2 0x01 /* Use 2-byte value for name length */ |
| #define | H5O_LINK_NAME_4 0x02 /* Use 4-byte value for name length */ |
| #define | H5O_LINK_NAME_8 0x03 /* Use 8-byte value for name length */ |
Functions | |
| H5FL_DEFINE_STATIC (H5O_link_t) | |
| herr_t | H5O_link_delete (H5F_t *f, H5O_t H5_ATTR_UNUSED *open_oh, void *_mesg) |
Variables | |
| const H5O_msg_class_t | H5O_MSG_LINK [1] |
| #define H5G_FRIEND /*suppress error about including H5Gpkg */ |
| #define H5L_FRIEND /*suppress error about including H5Lpkg */ |
| #define H5O_LINK_ALL_FLAGS (H5O_LINK_NAME_SIZE | H5O_LINK_STORE_CORDER | H5O_LINK_STORE_LINK_TYPE | H5O_LINK_STORE_NAME_CSET) |
| #define H5O_LINK_NAME_1 0x00 /* Use 1-byte value for name length */ |
| #define H5O_LINK_NAME_2 0x01 /* Use 2-byte value for name length */ |
| #define H5O_LINK_NAME_4 0x02 /* Use 4-byte value for name length */ |
| #define H5O_LINK_NAME_8 0x03 /* Use 8-byte value for name length */ |
| #define H5O_LINK_STORE_CORDER 0x04 /* Whether to store creation index */ |
| #define H5O_LINK_STORE_LINK_TYPE 0x08 /* Whether to store non-default link type */ |
| #define H5O_LINK_STORE_NAME_CSET 0x10 /* Whether to store non-default name character set */ |
| #define H5O_LINK_VERSION 1 |
| H5FL_DEFINE_STATIC | ( | H5O_link_t | ) |
| herr_t H5O_link_delete | ( | H5F_t * | f, |
| H5O_t H5_ATTR_UNUSED * | open_oh, | ||
| void * | _mesg | ||
| ) |
| const H5O_msg_class_t H5O_MSG_LINK[1] |
1.8.18