![]() |
HDF5
1.12.0
|
#include "H5Gmodule.h"#include "H5private.h"#include "H5CXprivate.h"#include "H5Dprivate.h"#include "H5Eprivate.h"#include "H5Fprivate.h"#include "H5Gpkg.h"#include "H5Iprivate.h"#include "H5Lprivate.h"#include "H5MMprivate.h"#include "H5Ppublic.h"#include "H5WBprivate.h"Data Structures | |
| struct | H5G_trav_slink_t |
Functions | |
| herr_t | H5G__traverse_special (const H5G_loc_t *grp_loc, const H5O_link_t *lnk, unsigned target, hbool_t last_comp, H5G_loc_t *obj_loc, hbool_t *obj_exists) |
| herr_t | H5G_traverse (const H5G_loc_t *loc, const char *name, unsigned target, H5G_traverse_t op, void *op_data) |
| herr_t H5G__traverse_special | ( | const H5G_loc_t * | grp_loc, |
| const H5O_link_t * | lnk, | ||
| unsigned | target, | ||
| hbool_t | last_comp, | ||
| H5G_loc_t * | obj_loc, | ||
| hbool_t * | obj_exists | ||
| ) |
| herr_t H5G_traverse | ( | const H5G_loc_t * | loc, |
| const char * | name, | ||
| unsigned | target, | ||
| H5G_traverse_t | op, | ||
| void * | op_data | ||
| ) |
1.8.18