HDF5  1.12.0
Functions | Variables
H5G.c File Reference
#include "H5Gmodule.h"
#include "H5private.h"
#include "H5CXprivate.h"
#include "H5Eprivate.h"
#include "H5Gpkg.h"
#include "H5Iprivate.h"
#include "H5Pprivate.h"
#include "H5VLprivate.h"

Functions

herr_t H5G_init (void)
 
herr_t H5G__init_package (void)
 
int H5G_top_term_package (void)
 
int H5G_term_package (void)
 
hid_t H5Gcreate2 (hid_t loc_id, const char *name, hid_t lcpl_id, hid_t gcpl_id, hid_t gapl_id)
 
hid_t H5Gcreate_anon (hid_t loc_id, hid_t gcpl_id, hid_t gapl_id)
 
hid_t H5Gopen2 (hid_t loc_id, const char *name, hid_t gapl_id)
 
hid_t H5Gget_create_plist (hid_t group_id)
 
herr_t H5Gget_info (hid_t loc_id, H5G_info_t *group_info)
 
herr_t H5Gget_info_by_name (hid_t loc_id, const char *name, H5G_info_t *group_info, hid_t lapl_id)
 
herr_t H5Gget_info_by_idx (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5G_info_t *group_info, hid_t lapl_id)
 
herr_t H5Gclose (hid_t group_id)
 
herr_t H5Gflush (hid_t group_id)
 
herr_t H5Grefresh (hid_t group_id)
 

Variables

hbool_t H5_PKG_INIT_VAR = FALSE
 

Function Documentation

◆ H5G__init_package()

herr_t H5G__init_package ( void  )

◆ H5G_init()

herr_t H5G_init ( void  )

◆ H5G_term_package()

int H5G_term_package ( void  )

◆ H5G_top_term_package()

int H5G_top_term_package ( void  )

◆ H5Gclose()

herr_t H5Gclose ( hid_t  group_id)

◆ H5Gcreate2()

hid_t H5Gcreate2 ( hid_t  loc_id,
const char *  name,
hid_t  lcpl_id,
hid_t  gcpl_id,
hid_t  gapl_id 
)

◆ H5Gcreate_anon()

hid_t H5Gcreate_anon ( hid_t  loc_id,
hid_t  gcpl_id,
hid_t  gapl_id 
)

◆ H5Gflush()

herr_t H5Gflush ( hid_t  group_id)

◆ H5Gget_create_plist()

hid_t H5Gget_create_plist ( hid_t  group_id)

◆ H5Gget_info()

herr_t H5Gget_info ( hid_t  loc_id,
H5G_info_t group_info 
)

◆ H5Gget_info_by_idx()

herr_t H5Gget_info_by_idx ( hid_t  loc_id,
const char *  group_name,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t  n,
H5G_info_t group_info,
hid_t  lapl_id 
)

◆ H5Gget_info_by_name()

herr_t H5Gget_info_by_name ( hid_t  loc_id,
const char *  name,
H5G_info_t group_info,
hid_t  lapl_id 
)

◆ H5Gopen2()

hid_t H5Gopen2 ( hid_t  loc_id,
const char *  name,
hid_t  gapl_id 
)

◆ H5Grefresh()

herr_t H5Grefresh ( hid_t  group_id)

Variable Documentation

◆ H5_PKG_INIT_VAR

hbool_t H5_PKG_INIT_VAR = FALSE