webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Friends | List of all members
google::protobuf::Map< Key, T >::iterator Class Reference

#include <map.h>

Inheritance diagram for google::protobuf::Map< Key, T >::iterator:
google::protobuf::Map< Key, T >::iterator_base

Public Member Functions

 iterator ()
 
 iterator (const DeprecatedInnerIt &dit)
 
 iterator (const InnerIt &it)
 
reference operator* () const
 
pointer operator-> () const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
 operator const_iterator () const
 

Friends

class Map
 
bool operator== (const iterator &a, const iterator &b)
 
bool operator!= (const iterator &a, const iterator &b)
 

Constructor & Destructor Documentation

◆ iterator() [1/3]

template<typename Key, typename T>
google::protobuf::Map< Key, T >::iterator::iterator ( )
inline

◆ iterator() [2/3]

template<typename Key, typename T>
google::protobuf::Map< Key, T >::iterator::iterator ( const DeprecatedInnerIt &  dit)
inlineexplicit

◆ iterator() [3/3]

template<typename Key, typename T>
google::protobuf::Map< Key, T >::iterator::iterator ( const InnerIt &  it)
inlineexplicit

Member Function Documentation

◆ operator const_iterator()

template<typename Key, typename T>
google::protobuf::Map< Key, T >::iterator::operator const_iterator ( ) const
inline

◆ operator*()

template<typename Key, typename T>
reference google::protobuf::Map< Key, T >::iterator::operator* ( ) const
inline

◆ operator++() [1/2]

template<typename Key, typename T>
iterator& google::protobuf::Map< Key, T >::iterator::operator++ ( )
inline

◆ operator++() [2/2]

template<typename Key, typename T>
iterator google::protobuf::Map< Key, T >::iterator::operator++ ( int  )
inline

◆ operator->()

template<typename Key, typename T>
pointer google::protobuf::Map< Key, T >::iterator::operator-> ( ) const
inline

Friends And Related Function Documentation

◆ Map

template<typename Key, typename T>
friend class Map
friend

◆ operator!=

template<typename Key, typename T>
bool operator!= ( const iterator a,
const iterator b 
)
friend

◆ operator==

template<typename Key, typename T>
bool operator== ( const iterator a,
const iterator b 
)
friend

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