#include <iterator.hpp>
◆ 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 |
◆ 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=()
◆ 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: