hdf5-d v0.0.2 (2015-12-06T17:45:19Z)
Home
Dub
Repo
H5G_info_t
hdf5
H5Gpublic
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
H5G_info_t {
H5G_storage_type_t
storage_type
;
hsize_t
nlinks
;
int64_t
max_corder
;
hbool_t
mounted
;
}
Members
Variables
max_corder
int64_t
max_corder
;
Undocumented in source.
mounted
hbool_t
mounted
;
Undocumented in source.
nlinks
hsize_t
nlinks
;
Undocumented in source.
storage_type
H5G_storage_type_t
storage_type
;
Undocumented in source.
Meta
Source
See Implementation
hdf5
H5Gpublic
enums
H5G_storage_type_t
functions
H5Gclose
H5Gcreate2
H5Gcreate_anon
H5Gget_create_plist
H5Gget_info
H5Gget_info_by_idx
H5Gget_info_by_name
H5Gopen2
structs
H5G_info_t