Utility functions for Hdf5. More...
Classes | |
| class | Hdf5Mutex |
| class | HInit |
| Class serving as an initializer for HDF. More... | |
| class | Hid |
| Encapsulates a hid_t. More... | |
| class | HProperty |
| Encapsulates a hid_t for a property (H5P*). More... | |
| class | HFile |
| Encapsulates a hid_t for a file. More... | |
| class | HGroupSearch |
| Helper class for searching a group. More... | |
| class | HGroup |
| Encapsulates a hid_t for a group. More... | |
| class | HSpace |
| Encapsulates a hid_t for a dataspace. More... | |
| class | HDataset |
| Encapsulates a hid_t for a dataset. More... | |
| class | HAttribute |
| Encapsulates a hid_t for an attribute. More... | |
| class | HType |
| Encapsulates a hid_t for a type. More... | |
| class | StandardTypes |
| Definition of standard Arcane types for hdf5. More... | |
| class | StandardArray |
| Encapsulates a simple dataset from an HDF5 file that represents an array. More... | |
| class | StandardArrayT |
| Encapsulates a simple dataset from an HDF5 file that represents an array. More... | |
| class | StandardScalarT |
| Encapsulates a simple dataset from an HDF5 file that represents a scalar (possibly String). More... | |
Functions | |
| Hdf5Mutex & | _ArcaneHdf5UtilsMutex () |
| ARCANE_HDF5_EXPORT herr_t | _ArcaneHdf5UtilsGroupIterateMe (hid_t g, const char *mn, void *ptr) |
| void | splitString (const String &str, Array< String > &str_array, char c) |
Utility functions for Hdf5.
| ARCANE_HDF5_EXPORT herr_t Arcane::Hdf5Utils::_ArcaneHdf5UtilsGroupIterateMe | ( | hid_t | g, |
| const char * | mn, | ||
| void * | ptr ) |
Definition at line 128 of file Hdf5Utils.cc.
| ARCANE_HDF5_EXPORT Hdf5Mutex & Arcane::Hdf5Utils::_ArcaneHdf5UtilsMutex | ( | ) |
Definition at line 70 of file Hdf5Utils.cc.
Definition at line 138 of file Hdf5Utils.cc.