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

#include <map.h>

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

Public Member Functions

 const_iterator ()
 
 const_iterator (const DeprecatedInnerIt &dit)
 
 const_iterator (const InnerIt &it)
 
 const_iterator (const const_iterator &other)
 
const_reference operator* () const
 
const_pointer operator-> () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 

Friends

bool operator== (const const_iterator &a, const const_iterator &b)
 
bool operator!= (const const_iterator &a, const const_iterator &b)
 

Constructor & Destructor Documentation

◆ const_iterator() [1/4]

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

◆ const_iterator() [2/4]

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

◆ const_iterator() [3/4]

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

◆ const_iterator() [4/4]

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

Member Function Documentation

◆ operator*()

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

◆ operator++() [1/2]

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

◆ operator++() [2/2]

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

◆ operator->()

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

Friends And Related Function Documentation

◆ operator!=

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

◆ operator==

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

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