dhdf5-simple v0.1.0 (2017-07-08T18:35:35Z)
Dub
Repo
H5File
dhdf5
file
Undocumented in source.
struct
H5File {
enum
Access
;
this
(string filename, Access mode, hid_t fapl_id, hid_t fcpl_id);
~this
();
auto
tid
();
}
Constructors
this
this
(string filename, Access mode, hid_t fapl_id, hid_t fcpl_id)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Enums
Access
enum
Access
Undocumented in source.
Functions
tid
auto
tid
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dhdf5
file
structs
H5File