![]() |
HDF5
1.12.0
|
#include "H5Amodule.h"#include "H5private.h"#include "H5Apkg.h"#include "H5CXprivate.h"#include "H5Dprivate.h"#include "H5Eprivate.h"#include "H5Iprivate.h"#include "H5Opkg.h"#include "H5VLprivate.h"#include "H5VLnative_private.h"Macros | |
| #define | H5O_FRIEND /*suppress error about including H5Opkg */ |
Functions | |
| hid_t | H5Acreate1 (hid_t loc_id, const char *name, hid_t type_id, hid_t space_id, hid_t acpl_id) |
| hid_t | H5Aopen_name (hid_t loc_id, const char *name) |
| hid_t | H5Aopen_idx (hid_t loc_id, unsigned idx) |
| int | H5Aget_num_attrs (hid_t loc_id) |
| herr_t | H5Aiterate1 (hid_t loc_id, unsigned *attr_num, H5A_operator1_t op, void *op_data) |
| #define H5O_FRIEND /*suppress error about including H5Opkg */ |
| herr_t H5Aiterate1 | ( | hid_t | loc_id, |
| unsigned * | attr_num, | ||
| H5A_operator1_t | op, | ||
| void * | op_data | ||
| ) |
1.8.18