Lines Matching refs:ExtendedCharsetIterator
57 class ExtendedCharsetIterator;
58 friend class OCharsetDisplay::ExtendedCharsetIterator;
60 typedef ExtendedCharsetIterator iterator;
61 typedef ExtendedCharsetIterator const_iterator;
90 friend class OCharsetDisplay::ExtendedCharsetIterator;
108 class OCharsetDisplay::ExtendedCharsetIterator class in dbaui::OCharsetDisplay
112 friend bool operator==(const ExtendedCharsetIterator& lhs, const ExtendedCharsetIterator& rhs);
113 …friend bool operator!=(const ExtendedCharsetIterator& lhs, const ExtendedCharsetIterator& rhs) { r… in operator !=()
123 ExtendedCharsetIterator(const ExtendedCharsetIterator& _rSource);
128 const ExtendedCharsetIterator& operator++();
130 …const ExtendedCharsetIterator operator++(int) { ExtendedCharsetIterator hold(*this); ++*this; retu… in operator ++()
133 const ExtendedCharsetIterator& operator--();
135 …const ExtendedCharsetIterator operator--(int) { ExtendedCharsetIterator hold(*this); --*this; retu… in operator --()
138 ExtendedCharsetIterator( const OCharsetDisplay* _pContainer, const base_iterator& _rPosition );