libpniio
|
#include <hdf5.h>
#include <iostream>
#include <vector>
#include <pni/core/types.hpp>
#include <pni/core/error.hpp>
#include "h5_error.hpp"
Go to the source code of this file.
Data Structures | |
class | pni::io::nx::h5::h5_error_stack |
HDF5 error stack. More... | |
Namespaces | |
pni | |
pni::io | |
pni::io::nx | |
pni::io::nx::h5 | |
Functions | |
std::ostream & | pni::io::nx::h5::operator<< (std::ostream &o, const h5_error_stack &s) |
ostream operator More... | |
herr_t | pni::io::nx::h5::_error_walker (unsigned n, const H5E_error2_t *eptr, void *client_data) |
Walker functins to read over error messages. More... | |
pni::core::string | pni::io::nx::h5::get_h5_error_string () |
return HDF5 error messages More... | |