Template Class Array2It

Class Documentation

template<class T>
class brille::Array2It

Public Functions

Array2It()
Array2It(const Array2<T> &a, const SubIt2<ind_t> &s)
Array2It(const Array2<T> &a)
Array2It<T> begin() const
Array2It<T> end() const
Array2It<T> &operator++()
const SubIt2<ind_t> &iterator() const
bool operator==(const Array2It<T> &other) const
bool operator!=(const Array2It<T> &other) const
const T &operator*() const
const T *operator->() const
T &operator*()
T *operator->()

Public Members

Array2<T> array
SubIt2<ind_t> subit