h5cpp  0.3.3
A modern C++ wrapper for the HDF5 C library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions
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
 

Functions

DLL_EXPORT Iterator hdf5::operator+ (const Iterator &a, ssize_t b)
 
DLL_EXPORT Iterator hdf5::operator+ (ssize_t a, const Iterator &b)
 
DLL_EXPORT Iterator hdf5::operator- (const Iterator &a, ssize_t b)
 
DLL_EXPORT ssize_t hdf5::operator- (const Iterator &a, const Iterator &b)