hdf5_obj_OpenGroup Subroutine

private impure subroutine hdf5_obj_OpenGroup(this, groupname)

Open a group (analogous to directory) in an HDF5 file and updates hash table

Type Bound

hdf5_obj

Arguments

Type IntentOptional Attributes Name
class(hdf5_obj), intent(inout) :: this

A HDF5 object

character(len=*), intent(in) :: groupname

File to read/write


Calls

proc~~hdf5_obj_opengroup~~CallsGraph proc~hdf5_obj_opengroup hdf5_obj%hdf5_obj_OpenGroup h5oopen_f h5oopen_f proc~hdf5_obj_opengroup->h5oopen_f proc~hashtbl_obj_hashstring hashtbl_obj%hashtbl_obj_HashString proc~hdf5_obj_opengroup->proc~hashtbl_obj_hashstring proc~hashtbl_obj_put hashtbl_obj%hashtbl_obj_Put proc~hdf5_obj_opengroup->proc~hashtbl_obj_put proc~hdf5_obj_fixgroupname hdf5_obj%hdf5_obj_FixGroupName proc~hdf5_obj_opengroup->proc~hdf5_obj_fixgroupname proc~sllist_obj_put sllist_obj%sllist_obj_Put proc~hashtbl_obj_put->proc~sllist_obj_put proc~sllist_obj_put->proc~sllist_obj_put

Called by

proc~~hdf5_obj_opengroup~~CalledByGraph proc~hdf5_obj_opengroup hdf5_obj%hdf5_obj_OpenGroup proc~bc_set_read bc_set%bc_set_Read proc~bc_set_read->proc~hdf5_obj_opengroup