Go to the documentation of this file.
4 #ifndef PROXY_ITERATOR_H_
5 #define PROXY_ITERATOR_H_
21 template<
bool,
class T>
37 template <
class Cond,
class T>
41 template <
class T,
class U>
44 static const bool value =
false;
54 static const bool value = ! T::value;
57 template<
class P,
class C>
94 return proxy.m_list != NULL;
175 template<
class P1,
class P2,
class C>
181 template<
class P1,
class P2,
class C>
188 template<
class P,
class C>
194 template<
class P,
class C>
200 template<
class P,
class C>
207 template<
class P,
class C>
213 template<
class P,
class C>
217 return a.
cmp(b) >= 0;
219 template<
class P,
class C>
225 template<
class P,
class C>
229 return a.
cmp(b) <= 0;
232 template<
class P,
class C>
ProxyIterator & operator-=(difference_type i)
bool operator<=(const ProxyIterator< P, C > &a, const ProxyIterator< P, C > &b)
ProxyIterator & operator--()
bool operator>(const ProxyIterator< P, C > &a, const ProxyIterator< P, C > &b)
const ProxyIterator< P, C > operator+(typename ProxyIterator< P, C >::difference_type i, const ProxyIterator< P, C > &a)
random_access_iterator_tag iterator_category
const typedef value_type * pointer
EnableIf< Not< IsSame< P, C > >, ProxyIterator< C, C > > const_iterator_type_1
const typedef value_type & reference
ProxyIterator(typename P::list_type *list, int index)
difference_type diff(const ProxyIterator &other) const
ProxyIterator & operator++()
reference operator*() const
bool operator!=(const ProxyIterator< P1, C > &a, const ProxyIterator< P2, C > &b)
pointer operator->() const
ProxyIterator operator--(int)
const value_type operator[](difference_type i) const
const ProxyIterator< P, C > operator-(const ProxyIterator< P, C > &a, typename ProxyIterator< P, C >::difference_type i)
const_iterator_type_1::type const_iterator_type
int cmp(const ProxyIterator &other) const
ProxyIterator operator++(int)
bool equals(const ProxyIterator &other) const
bool operator>=(const ProxyIterator< P, C > &a, const ProxyIterator< P, C > &b)
const ProxyIterator add(difference_type i) const
void swap(ProxyIterator other)
ProxyIterator & operator+=(difference_type i)
ProxyIterator(const ProxyIterator &other)
bool operator<(const ProxyIterator< P, C > &a, const ProxyIterator< P, C > &b)
void swap(count_ptr< T > &a, count_ptr< T > &b)
ProxyIterator & operator=(ProxyIterator other)
bool operator==(const ProxyIterator< P1, C > &a, const ProxyIterator< P2, C > &b)