File defining o2scl_hdf::hdf_file. More...
#include <limits>
#include <hdf5.h>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <o2scl/vector.h>
#include <o2scl/tensor.h>
#include <o2scl/format_float.h>
Go to the source code of this file.
Classes | |
class | o2scl_hdf::hdf_file |
Store data in an O2scl compatible HDF5 file. More... | |
struct | o2scl_hdf::iterate_parms |
An internal structure to pass information to and from iterate_match_type() and iterate_match_name() More... | |
Namespaces | |
o2scl_hdf | |
The O2scl namespace for I/O with HDF. | |
Functions | |
Helper functions | |
int | o2scl_hdf::iterate_match_type (hid_t loc, const char *name, const H5L_info_t *inf, void *op_data) |
Look at location loc in an HDF file for an O2scl object of a specified type. More... | |
int | o2scl_hdf::iterate_match_name (hid_t loc, const char *name, const H5L_info_t *inf, void *op_data) |
Look at location loc in an HDF file for an O2scl object with a specified name. More... | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).