HighFive 3.0.0
HighFive - Header-only C++ HDF5 interface
|
This is the complete list of members for HighFive::Exception, including all inherited members.
Exception(const std::string &err_msg) | HighFive::Exception | inlineexplicit |
Exception(const Exception &other)=default | HighFive::Exception | |
Exception(Exception &&other) noexcept=default | HighFive::Exception | |
getErrMajor() const | HighFive::Exception | inline |
getErrMinor() const | HighFive::Exception | inline |
HDF5ErrMapper | HighFive::Exception | friend |
nextException() const | HighFive::Exception | inline |
operator=(const Exception &other)=default | HighFive::Exception | |
operator=(Exception &&other) noexcept=default | HighFive::Exception | |
setErrorMsg(const std::string &errmsg) | HighFive::Exception | inlinevirtual |
what() const noexcept override | HighFive::Exception | inline |
~Exception() noexcept override | HighFive::Exception | inline |