MPQC
3.0.0-alpha
|
implementation details More...
Classes | |
struct | Attribute |
struct | Object |
A reference-counted HDF5 handle object, superclass for eg File, Dataset, Attribute, etc. More... | |
struct | Properties |
struct | static_container |
struct | threadsafe |
HDF5 may not be threadsafe, in that case mpqc::mutex::global is used. More... | |
Functions | |
template<typename T > | |
hid_t | h5t () |
Translate C type into corresponding HDF5 type. | |
implementation details