LLVM 19.0.0git
Classes | Public Types | Public Member Functions | List of all members
llvm::ValueMapConstIterator< DenseMapT, KeyT > Class Template Reference

#include "llvm/IR/ValueMap.h"

Classes

struct  ValueTypeProxy
 

Public Types

using iterator_category = std::forward_iterator_tag
 
using value_type = std::pair< KeyT, typename DenseMapT::mapped_type >
 
using difference_type = std::ptrdiff_t
 
using pointer = value_type *
 
using reference = value_type &
 

Public Member Functions

 ValueMapConstIterator ()
 
 ValueMapConstIterator (BaseT I)
 
 ValueMapConstIterator (ValueMapIterator< DenseMapT, KeyT > Other)
 
BaseT base () const
 
ValueTypeProxy operator* () const
 
ValueTypeProxy operator-> () const
 
bool operator== (const ValueMapConstIterator &RHS) const
 
bool operator!= (const ValueMapConstIterator &RHS) const
 
ValueMapConstIteratoroperator++ ()
 
ValueMapConstIterator operator++ (int)
 

Detailed Description

template<typename DenseMapT, typename KeyT>
class llvm::ValueMapConstIterator< DenseMapT, KeyT >

Definition at line 379 of file ValueMap.h.

Member Typedef Documentation

◆ difference_type

template<typename DenseMapT , typename KeyT >
using llvm::ValueMapConstIterator< DenseMapT, KeyT >::difference_type = std::ptrdiff_t

Definition at line 388 of file ValueMap.h.

◆ iterator_category

template<typename DenseMapT , typename KeyT >
using llvm::ValueMapConstIterator< DenseMapT, KeyT >::iterator_category = std::forward_iterator_tag

Definition at line 386 of file ValueMap.h.

◆ pointer

template<typename DenseMapT , typename KeyT >
using llvm::ValueMapConstIterator< DenseMapT, KeyT >::pointer = value_type *

Definition at line 389 of file ValueMap.h.

◆ reference

template<typename DenseMapT , typename KeyT >
using llvm::ValueMapConstIterator< DenseMapT, KeyT >::reference = value_type &

Definition at line 390 of file ValueMap.h.

◆ value_type

template<typename DenseMapT , typename KeyT >
using llvm::ValueMapConstIterator< DenseMapT, KeyT >::value_type = std::pair<KeyT, typename DenseMapT::mapped_type>

Definition at line 387 of file ValueMap.h.

Constructor & Destructor Documentation

◆ ValueMapConstIterator() [1/3]

template<typename DenseMapT , typename KeyT >
llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueMapConstIterator ( )
inline

Definition at line 392 of file ValueMap.h.

References I.

◆ ValueMapConstIterator() [2/3]

template<typename DenseMapT , typename KeyT >
llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueMapConstIterator ( BaseT  I)
inline

Definition at line 393 of file ValueMap.h.

References I.

◆ ValueMapConstIterator() [3/3]

template<typename DenseMapT , typename KeyT >
llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueMapConstIterator ( ValueMapIterator< DenseMapT, KeyT Other)
inline

Definition at line 394 of file ValueMap.h.

References I.

Member Function Documentation

◆ base()

template<typename DenseMapT , typename KeyT >
BaseT llvm::ValueMapConstIterator< DenseMapT, KeyT >::base ( ) const
inline

Definition at line 397 of file ValueMap.h.

References I.

◆ operator!=()

template<typename DenseMapT , typename KeyT >
bool llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator!= ( const ValueMapConstIterator< DenseMapT, KeyT > &  RHS) const
inline

Definition at line 420 of file ValueMap.h.

References I, and RHS.

◆ operator*()

template<typename DenseMapT , typename KeyT >
ValueTypeProxy llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator* ( ) const
inline

Definition at line 408 of file ValueMap.h.

References I.

Referenced by llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator->().

◆ operator++() [1/2]

template<typename DenseMapT , typename KeyT >
ValueMapConstIterator & llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator++ ( )
inline

Definition at line 424 of file ValueMap.h.

References I.

◆ operator++() [2/2]

template<typename DenseMapT , typename KeyT >
ValueMapConstIterator llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator++ ( int  )
inline

Definition at line 428 of file ValueMap.h.

◆ operator->()

template<typename DenseMapT , typename KeyT >
ValueTypeProxy llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator-> ( ) const
inline

◆ operator==()

template<typename DenseMapT , typename KeyT >
bool llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator== ( const ValueMapConstIterator< DenseMapT, KeyT > &  RHS) const
inline

Definition at line 417 of file ValueMap.h.

References I, and RHS.


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