h5cpp
0.5.1
A modern C++ wrapper for the HDF5 C library
|
Go to the source code of this file.
Classes | |
class | hdf5::Iterator |
Namespaces | |
hdf5 | |
top-level namespace of the entire library | |
Functions | |
Iterator | hdf5::operator+ (const Iterator &a, ssize_t b) |
Iterator | hdf5::operator+ (ssize_t a, const Iterator &b) |
Iterator | hdf5::operator- (const Iterator &a, ssize_t b) |
ssize_t | hdf5::operator- (const Iterator &a, const Iterator &b) |