h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
Go to the documentation of this file.
29 #include <type_traits>
104 Class get_class()
const;
131 bool has_class(
Class type_class)
const;
138 virtual size_t size()
const;
145 virtual void size(
size_t size)
const;
147 explicit operator hid_t()
const
149 return static_cast<hid_t
>(handle_);
159 bool is_valid()
const;
Direction
Definition: types.hpp:172
Class
Definition: types.hpp:52
bool operator==(const Datatype &lhs, const Datatype &rhs)
equality check for datatypes
Wrapper for hid_t object identifiers.
Definition: object_handle.hpp:66
bool operator!=(const Datatype &lhs, const Datatype &rhs)
inequality check for datatypes
#define DLL_EXPORT
Definition: windows.hpp:29
base class for all data types
Definition: datatype.hpp:41
top-level namespace of the entire library
Definition: attribute.hpp:45