iterator_type
explicit reverse_iterator(iterator_type __x) : current(__x) {}
iterator_type base() const { return current; }
iterator_type m_iterator;
typedef typename Element::iterator_type IteratorEntry;