Template Class ArrayIt

Class Documentation

template<class T>
class brille::ArrayIt

Public Functions

ArrayIt()
ArrayIt(const Array<T> &a, const SubIt<ind_t> &s)
ArrayIt(const Array<T> &a)
ArrayIt<T> begin() const
ArrayIt<T> end() const
ArrayIt<T> &operator++()
const SubIt<ind_t> &iterator() const
bool operator==(const ArrayIt<T> &other) const
bool operator!=(const ArrayIt<T> &other) const
const T &operator*() const
const T *operator->() const
T &operator*()
T *operator->()

Public Members

Array<T> array
SubIt<ind_t> subit