h5cpp
0.5.2
A modern C++ wrapper for the HDF5 C library
|
#include <h5cpp/core/hdf5_capi.hpp>
#include <string>
#include <sstream>
#include <h5cpp/core/filesystem.hpp>
#include <h5cpp/core/windows.hpp>
#include <h5cpp/core/object_handle.hpp>
Go to the source code of this file.
Classes | |
class | hdf5::ObjectId |
Unique ID of an HDF5 object. More... | |
Namespaces | |
hdf5 | |
top-level namespace of the entire library | |
Macros | |
#define | H5O_info_t_ H5O_info_t |
Functions | |
std::ostream & | hdf5::operator<< (std::ostream &os, const ObjectId &p) |
stream output operator for ObjectId class More... | |
#define H5O_info_t_ H5O_info_t |