webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | Friends | List of all members
google::protobuf.internal::RepeatedPtrIterator< Element > Class Template Reference

#include <repeated_field.h>

Inheritance diagram for google::protobuf.internal::RepeatedPtrIterator< Element >:

Public Types

typedef RepeatedPtrIterator< Elementiterator
 
typedef std::iterator< std::random_access_iterator_tag, Elementsuperclass
 
typedef remove_const< Element >::type value_type
 
typedef superclass::reference reference
 
typedef superclass::pointer pointer
 
typedef superclass::difference_type difference_type
 

Public Member Functions

 RepeatedPtrIterator ()
 
 RepeatedPtrIterator (void *const *it)
 
template<typename OtherElement >
 RepeatedPtrIterator (const RepeatedPtrIterator< OtherElement > &other)
 
reference operator* () const
 
pointer operator-> () const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
bool operator== (const iterator &x) const
 
bool operator!= (const iterator &x) const
 
bool operator< (const iterator &x) const
 
bool operator<= (const iterator &x) const
 
bool operator> (const iterator &x) const
 
bool operator>= (const iterator &x) const
 
iteratoroperator+= (difference_type d)
 
iteratoroperator-= (difference_type d)
 
reference operator[] (difference_type d) const
 
difference_type operator- (const iterator &x) const
 

Friends

template<typename OtherElement >
class RepeatedPtrIterator
 
iterator operator+ (iterator it, const difference_type d)
 
iterator operator+ (const difference_type d, iterator it)
 
iterator operator- (iterator it, difference_type d)
 

Member Typedef Documentation

◆ difference_type

template<typename Element >
typedef superclass::difference_type google::protobuf.internal::RepeatedPtrIterator< Element >::difference_type

◆ iterator

◆ pointer

template<typename Element >
typedef superclass::pointer google::protobuf.internal::RepeatedPtrIterator< Element >::pointer

◆ reference

template<typename Element >
typedef superclass::reference google::protobuf.internal::RepeatedPtrIterator< Element >::reference

◆ superclass

template<typename Element >
typedef std::iterator< std::random_access_iterator_tag, Element> google::protobuf.internal::RepeatedPtrIterator< Element >::superclass

◆ value_type

Constructor & Destructor Documentation

◆ RepeatedPtrIterator() [1/3]

◆ RepeatedPtrIterator() [2/3]

template<typename Element >
google::protobuf.internal::RepeatedPtrIterator< Element >::RepeatedPtrIterator ( void *const *  it)
inlineexplicit

◆ RepeatedPtrIterator() [3/3]

template<typename Element >
template<typename OtherElement >
google::protobuf.internal::RepeatedPtrIterator< Element >::RepeatedPtrIterator ( const RepeatedPtrIterator< OtherElement > &  other)
inline

Member Function Documentation

◆ operator!=()

template<typename Element >
bool google::protobuf.internal::RepeatedPtrIterator< Element >::operator!= ( const iterator x) const
inline

◆ operator*()

template<typename Element >
reference google::protobuf.internal::RepeatedPtrIterator< Element >::operator* ( ) const
inline

◆ operator++() [1/2]

template<typename Element >
iterator& google::protobuf.internal::RepeatedPtrIterator< Element >::operator++ ( )
inline

◆ operator++() [2/2]

template<typename Element >
iterator google::protobuf.internal::RepeatedPtrIterator< Element >::operator++ ( int  )
inline

◆ operator+=()

template<typename Element >
iterator& google::protobuf.internal::RepeatedPtrIterator< Element >::operator+= ( difference_type  d)
inline

◆ operator-()

template<typename Element >
difference_type google::protobuf.internal::RepeatedPtrIterator< Element >::operator- ( const iterator x) const
inline

◆ operator--() [1/2]

template<typename Element >
iterator& google::protobuf.internal::RepeatedPtrIterator< Element >::operator-- ( )
inline

◆ operator--() [2/2]

template<typename Element >
iterator google::protobuf.internal::RepeatedPtrIterator< Element >::operator-- ( int  )
inline

◆ operator-=()

template<typename Element >
iterator& google::protobuf.internal::RepeatedPtrIterator< Element >::operator-= ( difference_type  d)
inline

◆ operator->()

template<typename Element >
pointer google::protobuf.internal::RepeatedPtrIterator< Element >::operator-> ( ) const
inline

◆ operator<()

template<typename Element >
bool google::protobuf.internal::RepeatedPtrIterator< Element >::operator< ( const iterator x) const
inline

◆ operator<=()

template<typename Element >
bool google::protobuf.internal::RepeatedPtrIterator< Element >::operator<= ( const iterator x) const
inline

◆ operator==()

template<typename Element >
bool google::protobuf.internal::RepeatedPtrIterator< Element >::operator== ( const iterator x) const
inline

◆ operator>()

template<typename Element >
bool google::protobuf.internal::RepeatedPtrIterator< Element >::operator> ( const iterator x) const
inline

◆ operator>=()

template<typename Element >
bool google::protobuf.internal::RepeatedPtrIterator< Element >::operator>= ( const iterator x) const
inline

◆ operator[]()

template<typename Element >
reference google::protobuf.internal::RepeatedPtrIterator< Element >::operator[] ( difference_type  d) const
inline

Friends And Related Function Documentation

◆ operator+ [1/2]

template<typename Element >
iterator operator+ ( iterator  it,
const difference_type  d 
)
friend

◆ operator+ [2/2]

template<typename Element >
iterator operator+ ( const difference_type  d,
iterator  it 
)
friend

◆ operator-

template<typename Element >
iterator operator- ( iterator  it,
difference_type  d 
)
friend

◆ RepeatedPtrIterator

template<typename Element >
template<typename OtherElement >
friend class RepeatedPtrIterator
friend

The documentation for this class was generated from the following file: