h5cpp
0.6.1
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 | |
top-level namespace of the entire library | |
hdf5::datatype | |
Enumerations | |
enum | hdf5::datatype::EBool : int8_t { hdf5::datatype::False = 0 , hdf5::datatype::True = 1 } |
enumeration bool type More... | |
Functions | |
bool | hdf5::datatype::is_bool (const Enum &etype) |
check if Enum is EBool More... | |