h5cpp  0.6.0
A modern C++ wrapper for the HDF5 C library
iterator.hpp File Reference
#include <stdexcept>
#include <h5cpp/core/windows.hpp>
Include dependency graph for iterator.hpp:
This graph shows which files directly or indirectly include this file:

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)