HDF5  1.12.0
Data Structures | Typedefs | Functions
H5Odeprec.c File Reference
#include "H5Omodule.h"
#include "H5private.h"
#include "H5CXprivate.h"
#include "H5Eprivate.h"
#include "H5Iprivate.h"
#include "H5Opkg.h"
#include "H5VLnative_private.h"

Data Structures

struct  H5O_visit1_adapter_t
 

Typedefs

typedef struct H5O_visit1_adapter_t H5O_visit1_adapter_t
 

Functions

hid_t H5Oopen_by_addr (hid_t loc_id, haddr_t addr)
 
herr_t H5Oget_info1 (hid_t loc_id, H5O_info1_t *oinfo)
 
herr_t H5Oget_info_by_name1 (hid_t loc_id, const char *name, H5O_info1_t *oinfo, hid_t lapl_id)
 
herr_t H5Oget_info_by_idx1 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5O_info1_t *oinfo, hid_t lapl_id)
 
herr_t H5Oget_info2 (hid_t loc_id, H5O_info1_t *oinfo, unsigned fields)
 
herr_t H5Oget_info_by_name2 (hid_t loc_id, const char *name, H5O_info1_t *oinfo, unsigned fields, hid_t lapl_id)
 
herr_t H5Oget_info_by_idx2 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5O_info1_t *oinfo, unsigned fields, hid_t lapl_id)
 
herr_t H5Ovisit1 (hid_t obj_id, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data)
 
herr_t H5Ovisit_by_name1 (hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data, hid_t lapl_id)
 
herr_t H5Ovisit2 (hid_t obj_id, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data, unsigned fields)
 
herr_t H5Ovisit_by_name2 (hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data, unsigned fields, hid_t lapl_id)
 

Typedef Documentation

◆ H5O_visit1_adapter_t

Function Documentation

◆ H5Oget_info1()

herr_t H5Oget_info1 ( hid_t  loc_id,
H5O_info1_t oinfo 
)

◆ H5Oget_info2()

herr_t H5Oget_info2 ( hid_t  loc_id,
H5O_info1_t oinfo,
unsigned  fields 
)

◆ H5Oget_info_by_idx1()

herr_t H5Oget_info_by_idx1 ( hid_t  loc_id,
const char *  group_name,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t  n,
H5O_info1_t oinfo,
hid_t  lapl_id 
)

◆ H5Oget_info_by_idx2()

herr_t H5Oget_info_by_idx2 ( hid_t  loc_id,
const char *  group_name,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t  n,
H5O_info1_t oinfo,
unsigned  fields,
hid_t  lapl_id 
)

◆ H5Oget_info_by_name1()

herr_t H5Oget_info_by_name1 ( hid_t  loc_id,
const char *  name,
H5O_info1_t oinfo,
hid_t  lapl_id 
)

◆ H5Oget_info_by_name2()

herr_t H5Oget_info_by_name2 ( hid_t  loc_id,
const char *  name,
H5O_info1_t oinfo,
unsigned  fields,
hid_t  lapl_id 
)

◆ H5Oopen_by_addr()

hid_t H5Oopen_by_addr ( hid_t  loc_id,
haddr_t  addr 
)

◆ H5Ovisit1()

herr_t H5Ovisit1 ( hid_t  obj_id,
H5_index_t  idx_type,
H5_iter_order_t  order,
H5O_iterate1_t  op,
void *  op_data 
)

◆ H5Ovisit2()

herr_t H5Ovisit2 ( hid_t  obj_id,
H5_index_t  idx_type,
H5_iter_order_t  order,
H5O_iterate1_t  op,
void *  op_data,
unsigned  fields 
)

◆ H5Ovisit_by_name1()

herr_t H5Ovisit_by_name1 ( hid_t  loc_id,
const char *  obj_name,
H5_index_t  idx_type,
H5_iter_order_t  order,
H5O_iterate1_t  op,
void *  op_data,
hid_t  lapl_id 
)

◆ H5Ovisit_by_name2()

herr_t H5Ovisit_by_name2 ( hid_t  loc_id,
const char *  obj_name,
H5_index_t  idx_type,
H5_iter_order_t  order,
H5O_iterate1_t  op,
void *  op_data,
unsigned  fields,
hid_t  lapl_id 
)