BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Friends
google::protobuf::internal::RepeatedPtrIterator< Element > Class Template Reference

#include <repeated_field.h>

List of all members.

Public Types

typedef RepeatedPtrIterator
< Element > 
iterator
typedef std::iterator
< std::random_access_iterator_tag,
Element > 
superclass
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

class RepeatedPtrIterator
iterator operator+ (iterator it, difference_type d)
iterator operator+ (difference_type d, iterator it)
iterator operator- (iterator it, difference_type d)

template<typename Element>
class google::protobuf::internal::RepeatedPtrIterator< Element >


Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename Element>
google::protobuf::internal::RepeatedPtrIterator< Element >::RepeatedPtrIterator ( ) [inline]
template<typename Element>
google::protobuf::internal::RepeatedPtrIterator< Element >::RepeatedPtrIterator ( void *const *  it) [inline, explicit]
template<typename Element>
template<typename OtherElement >
google::protobuf::internal::RepeatedPtrIterator< Element >::RepeatedPtrIterator ( const RepeatedPtrIterator< OtherElement > &  other) [inline]

Here is the call graph for this function:


Member Function Documentation

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

Here is the caller graph for this function:

template<typename Element>
iterator& google::protobuf::internal::RepeatedPtrIterator< Element >::operator++ ( ) [inline]
template<typename Element>
iterator google::protobuf::internal::RepeatedPtrIterator< Element >::operator++ ( int  ) [inline]
template<typename Element>
iterator& google::protobuf::internal::RepeatedPtrIterator< Element >::operator+= ( difference_type  d) [inline]
template<typename Element>
difference_type google::protobuf::internal::RepeatedPtrIterator< Element >::operator- ( const iterator x) const [inline]
template<typename Element>
iterator& google::protobuf::internal::RepeatedPtrIterator< Element >::operator-- ( ) [inline]
template<typename Element>
iterator google::protobuf::internal::RepeatedPtrIterator< Element >::operator-- ( int  ) [inline]
template<typename Element>
iterator& google::protobuf::internal::RepeatedPtrIterator< Element >::operator-= ( difference_type  d) [inline]
template<typename Element>
pointer google::protobuf::internal::RepeatedPtrIterator< Element >::operator-> ( ) const [inline]

Here is the call graph for this function:

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

Friends And Related Function Documentation

template<typename Element>
iterator operator+ ( iterator  it,
difference_type  d 
) [friend]
template<typename Element>
iterator operator+ ( difference_type  d,
iterator  it 
) [friend]
template<typename Element>
iterator operator- ( iterator  it,
difference_type  d 
) [friend]
template<typename Element>
friend class RepeatedPtrIterator [friend]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines