Public Types | Public Member Functions | Public Attributes | Private Types | Private Attributes | Friends | List of all members
google::protobuf::Map< Key, T >::const_iterator Class Reference

#include <map.h>

Public Types

typedef ptrdiff_t difference_type
 
using difference_type = ptrdiff_t
 
typedef std::forward_iterator_tag iterator_category
 
using iterator_category = std::forward_iterator_tag
 
using pointer = const value_type *
 
using reference = const value_type &
 
typedef Map::value_type value_type
 
using value_type = typename Map::value_type
 

Public Member Functions

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

Public Attributes

const typedef value_typepointer
 
const typedef value_typereference
 

Private Types

typedef InnerMap::const_iterator InnerIt
 
using InnerIt = typename InnerMap::const_iterator
 

Private Attributes

InnerIt it_
 

Friends

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

Detailed Description

template<typename Key, typename T>
class google::protobuf::Map< Key, T >::const_iterator

Definition at line 960 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.

Member Typedef Documentation

◆ difference_type [1/2]

template<typename Key , typename T >
typedef ptrdiff_t google::protobuf::Map< Key, T >::const_iterator::difference_type

◆ difference_type [2/2]

template<typename Key , typename T >
using google::protobuf::Map< Key, T >::const_iterator::difference_type = ptrdiff_t

◆ InnerIt [1/2]

template<typename Key , typename T >
typedef InnerMap::const_iterator google::protobuf::Map< Key, T >::const_iterator::InnerIt
private

◆ InnerIt [2/2]

template<typename Key , typename T >
using google::protobuf::Map< Key, T >::const_iterator::InnerIt = typename InnerMap::const_iterator
private

◆ iterator_category [1/2]

template<typename Key , typename T >
typedef std::forward_iterator_tag google::protobuf::Map< Key, T >::const_iterator::iterator_category

◆ iterator_category [2/2]

template<typename Key , typename T >
using google::protobuf::Map< Key, T >::const_iterator::iterator_category = std::forward_iterator_tag

◆ pointer

template<typename Key , typename T >
using google::protobuf::Map< Key, T >::const_iterator::pointer = const value_type*

◆ reference

template<typename Key , typename T >
using google::protobuf::Map< Key, T >::const_iterator::reference = const value_type&

◆ value_type [1/2]

template<typename Key , typename T >
typedef Map::value_type google::protobuf::Map< Key, T >::const_iterator::value_type

◆ value_type [2/2]

template<typename Key , typename T >
using google::protobuf::Map< Key, T >::const_iterator::value_type = typename Map::value_type

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 InnerIt it)
inlineexplicit

◆ const_iterator() [3/4]

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

◆ const_iterator() [4/4]

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

Member Function Documentation

◆ operator*() [1/2]

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

◆ operator*() [2/2]

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

◆ operator++() [1/4]

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

◆ operator++() [2/4]

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

◆ operator++() [3/4]

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

◆ operator++() [4/4]

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

◆ operator->() [1/2]

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

◆ operator->() [2/2]

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

Friends And Related Function Documentation

◆ operator!= [1/2]

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

◆ operator!= [2/2]

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

◆ operator== [1/2]

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

◆ operator== [2/2]

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

Member Data Documentation

◆ it_

template<typename Key , typename T >
InnerIt google::protobuf::Map< Key, T >::const_iterator::it_
private

◆ pointer

template<typename Key , typename T >
const typedef value_type* google::protobuf::Map< Key, T >::const_iterator::pointer

◆ reference

template<typename Key , typename T >
const typedef value_type& google::protobuf::Map< Key, T >::const_iterator::reference

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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:15