|
h5cpp
0.4.1
A modern C++ wrapper for the HDF5 C library
|


Go to the source code of this file.
Classes | |
| class | hdf5::filter::ScaleOffset |
Namespaces | |
| hdf5 | |
| hdf5::filter | |
Enumerations | |
| enum | hdf5::filter::SOScaleType : std::underlying_type< H5Z_SO_scale_type_t >::type { hdf5::filter::SOScaleType::FLOAT_DSCALE = H5Z_SO_FLOAT_DSCALE, hdf5::filter::SOScaleType::FLOAT_ESCALE = H5Z_SO_FLOAT_ESCALE, hdf5::filter::SOScaleType::INT = H5Z_SO_INT } |
| character set encoding More... | |
Functions | |
| std::ostream & | hdf5::filter::operator<< (std::ostream &stream, const SOScaleType &scale_type) |
| stream output operator for CharacterEncoding enumerations More... | |