dhdf5-simple v0.1.0 (2017-07-08T18:35:35Z)
Dub
Repo
DataSpecification
dhdf5
dataspec
Undocumented in source.
struct
DataSpecification (
Data
) {
import
std
.
traits
:
isArray
,
isScalarType
,
ForeachType
,
FieldTypeTuple
,
FieldNameTuple
;
;
import
std
.
range
:
ElementType
;
;
import
std
.
typecons
:
RefCounted
;
;
import
hdf5
.
hdf5
;
;
alias
DataType
=
Data
;
static
make
();
this
(const(hid_t) tid, DataAttribute[] attributes);
~this
();
auto
tid
();
}
Constructors
this
this
(const(hid_t) tid, DataAttribute[] attributes)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Aliases
DataType
alias
DataType
=
Data
Undocumented in source.
Functions
tid
auto
tid
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
make
make
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dhdf5
dataspec
functions
countDimensions
structs
DataAttribute
DataSpecification
HDF5disable