|
h5cpp
0.3.3
A modern C++ wrapper for the HDF5 C library
|
#include <h5cpp/datatype/datatype.hpp>#include <h5cpp/datatype/factory.hpp>#include <h5cpp/datatype/enum.hpp>#include <h5cpp/error/error.hpp>#include <sstream>
Go to the source code of this file.
Namespaces | |
| hdf5 | |
| hdf5::datatype | |
Enumerations | |
| enum | hdf5::datatype::EBool : int8_t { hdf5::datatype::FALSE = 0, hdf5::datatype::TRUE = 1 } |
| enumeration bool type More... | |
Functions | |
| DLL_EXPORT bool | hdf5::datatype::is_bool (const Enum &etype) |
| check if Enum is EBool More... | |
1.8.13