/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/hdf5lib/datatype.hh File Reference#
|
DiFfRG
|
datatype.hh File Reference
Go to the source code of this file.
Classes | |
| class | DiFfRG::hdf5::Datatype |
| struct | DiFfRG::hdf5::TypeTrait< std::string > |
| Variable-length UTF-8 string. More... | |
Namespaces | |
| namespace | DiFfRG |
| namespace | DiFfRG::hdf5 |
Macros | |
| #define | DIFFRG_HDF5LIB_PREDEFINED_TYPE(CXX_TYPE, H5_PREDEF) |
Macro Definition Documentation
◆ DIFFRG_HDF5LIB_PREDEFINED_TYPE
| #define DIFFRG_HDF5LIB_PREDEFINED_TYPE | ( | CXX_TYPE, | |
| H5_PREDEF ) |
Value:
template <> struct TypeTrait<CXX_TYPE> { \
static Datatype get() { return Datatype(H5_PREDEF); } \
}
Generated by