HDF5  1.12.0
Macros | Functions
H5Adeprec.c File Reference
#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)
 

Macro Definition Documentation

◆ H5O_FRIEND

#define H5O_FRIEND   /*suppress error about including H5Opkg */

Function Documentation

◆ H5Acreate1()

hid_t H5Acreate1 ( hid_t  loc_id,
const char *  name,
hid_t  type_id,
hid_t  space_id,
hid_t  acpl_id 
)

◆ H5Aget_num_attrs()

int H5Aget_num_attrs ( hid_t  loc_id)

◆ H5Aiterate1()

herr_t H5Aiterate1 ( hid_t  loc_id,
unsigned attr_num,
H5A_operator1_t  op,
void *  op_data 
)

◆ H5Aopen_idx()

hid_t H5Aopen_idx ( hid_t  loc_id,
unsigned  idx 
)

◆ H5Aopen_name()

hid_t H5Aopen_name ( hid_t  loc_id,
const char *  name 
)