h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
Go to the documentation of this file.
31 #include <type_traits>
85 virtual bool is_signed()
const;
92 virtual void make_signed(
bool sign)
const;
99 virtual size_t precision()
const;
106 virtual void precision(
size_t precision)
const;
113 virtual size_t offset()
const;
120 virtual void offset(
size_t offset)
const;
127 virtual Order order()
const;
134 virtual void order(
Order offset)
const;
141 virtual const std::vector<Pad> pad()
const;
150 virtual void pad(
Pad lsb,
Pad msb)
const;
Order
enumeration type for byte order
Definition: types.hpp:80
HDF5 integer datatype.
Definition: integer.hpp:41
Wrapper for hid_t object identifiers.
Definition: object_handle.hpp:66
#define DLL_EXPORT
Definition: windows.hpp:29
Pad
enumeration for floating point padding
Definition: types.hpp:137
base class for all data types
Definition: datatype.hpp:41
top-level namespace of the entire library
Definition: attribute.hpp:45