h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
#include <type_traits>
#include <h5cpp/core/hdf5_capi.hpp>
#include <h5cpp/core/object_handle.hpp>
#include <h5cpp/datatype/types.hpp>
#include <h5cpp/core/windows.hpp>
Go to the source code of this file.
Classes | |
class | hdf5::datatype::Datatype |
base class for all data types More... | |
Namespaces | |
hdf5 | |
top-level namespace of the entire library | |
hdf5::datatype | |
Functions | |
bool | hdf5::datatype::operator== (const Datatype &lhs, const Datatype &rhs) |
equality check for datatypes More... | |
bool | hdf5::datatype::operator!= (const Datatype &lhs, const Datatype &rhs) |
inequality check for datatypes More... | |