HDF5  1.12.0
Macros | Functions
H5Groot.c File Reference
#include "H5Gmodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5Fpkg.h"
#include "H5Gpkg.h"
#include "H5Iprivate.h"
#include "H5MMprivate.h"
#include "H5Pprivate.h"

Macros

#define H5F_FRIEND   /*suppress error about including H5Fpkg */
 

Functions

H5G_tH5G_rootof (H5F_t *f)
 
herr_t H5G_mkroot (H5F_t *f, hbool_t create_root)
 
herr_t H5G_root_free (H5G_t *grp)
 
herr_t H5G_root_loc (H5F_t *f, H5G_loc_t *loc)
 

Macro Definition Documentation

◆ H5F_FRIEND

#define H5F_FRIEND   /*suppress error about including H5Fpkg */

Function Documentation

◆ H5G_mkroot()

herr_t H5G_mkroot ( H5F_t f,
hbool_t  create_root 
)

◆ H5G_root_free()

herr_t H5G_root_free ( H5G_t grp)

◆ H5G_root_loc()

herr_t H5G_root_loc ( H5F_t f,
H5G_loc_t loc 
)

◆ H5G_rootof()

H5G_t* H5G_rootof ( H5F_t f)