h5cpp  0.5.2
A modern C++ wrapper for the HDF5 C library
hdf5::Iterator Class Reference

#include <iterator.hpp>

Inheritance diagram for hdf5::Iterator:

Public Member Functions

 Iterator ()
 default constructor More...
 
 Iterator (ssize_t index)
 
 Iterator (const Iterator &)=default
 
Iteratoroperator= (const Iterator &)=default
 
virtual ~Iterator ()
 
Iteratoroperator++ ()
 increment iterator position More...
 
Iteratoroperator-- ()
 
Iterator operator++ (int)
 
Iterator operator-- (int)
 
Iteratoroperator+= (ssize_t i)
 
Iteratoroperator-= (ssize_t i)
 
bool operator== (const Iterator &b) const
 
bool operator< (const Iterator &b) const
 
bool operator<= (const Iterator &b) const
 
bool operator> (const Iterator &b) const
 
bool operator>= (const Iterator &b) const
 
ssize_t index () const
 get state of the iterator More...
 

Constructor & Destructor Documentation

◆ Iterator() [1/3]

hdf5::Iterator::Iterator ( )

◆ Iterator() [2/3]

hdf5::Iterator::Iterator ( ssize_t  index)
explicit

◆ Iterator() [3/3]

hdf5::Iterator::Iterator ( const Iterator )
default

◆ ~Iterator()

virtual hdf5::Iterator::~Iterator ( )
virtual

Member Function Documentation

◆ index()

ssize_t hdf5::Iterator::index ( ) const
inline

◆ operator++() [1/2]

Iterator& hdf5::Iterator::operator++ ( )

◆ operator++() [2/2]

Iterator hdf5::Iterator::operator++ ( int  )

◆ operator+=()

Iterator& hdf5::Iterator::operator+= ( ssize_t  i)

◆ operator--() [1/2]

Iterator& hdf5::Iterator::operator-- ( )

◆ operator--() [2/2]

Iterator hdf5::Iterator::operator-- ( int  )

◆ operator-=()

Iterator& hdf5::Iterator::operator-= ( ssize_t  i)

◆ operator<()

bool hdf5::Iterator::operator< ( const Iterator b) const

◆ operator<=()

bool hdf5::Iterator::operator<= ( const Iterator b) const

◆ operator=()

Iterator& hdf5::Iterator::operator= ( const Iterator )
default

◆ operator==()

bool hdf5::Iterator::operator== ( const Iterator b) const

◆ operator>()

bool hdf5::Iterator::operator> ( const Iterator b) const

◆ operator>=()

bool hdf5::Iterator::operator>= ( const Iterator b) const

The documentation for this class was generated from the following file: