h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
Go to the documentation of this file.
47 #pragma clang diagnostic push
48 #pragma clang diagnostic ignored "-Wpadded"
62 void extract_strings();
68 #pragma warning(disable: 4251)
83 #pragma clang diagnostic pop
unsigned line
Definition: descriptor.hpp:73
std::string file
Definition: descriptor.hpp:75
std::ostream & operator<<(std::ostream &stream, const Descriptor &desc)
output operator for Descriptor
std::string description
Definition: descriptor.hpp:76
hid_t maj_num
Definition: descriptor.hpp:64
std::string major
Definition: descriptor.hpp:70
#define DLL_EXPORT
Definition: windows.hpp:29
HDF5 error descriptor.
Definition: descriptor.hpp:50
hid_t min_num
Definition: descriptor.hpp:65
std::string minor
Definition: descriptor.hpp:71
top-level namespace of the entire library
Definition: attribute.hpp:45