LLVM  8.0.1
Public Member Functions | List of all members
llvm::StringMapConstIterator< ValueTy > Class Template Reference

#include "llvm/ADT/StringMap.h"

Inheritance diagram for llvm::StringMapConstIterator< ValueTy >:
Inheritance graph
[legend]
Collaboration diagram for llvm::StringMapConstIterator< ValueTy >:
Collaboration graph
[legend]

Public Member Functions

 StringMapConstIterator ()=default
 
 StringMapConstIterator (StringMapEntryBase **Bucket, bool NoAdvance=false)
 
const StringMapEntry< ValueTy > & operator* () const
 
- Public Member Functions inherited from llvm::StringMapIterBase< StringMapConstIterator< ValueTy >, const StringMapEntry< ValueTy > >
 StringMapIterBase ()=default
 
 StringMapIterBase (StringMapEntryBase **Bucket, bool NoAdvance=false)
 
StringMapConstIterator< ValueTy > & operator= (const StringMapConstIterator< ValueTy > &Other)
 
bool operator== (const StringMapConstIterator< ValueTy > &RHS) const
 
StringMapConstIterator< ValueTy > & operator++ ()
 
StringMapConstIterator< ValueTy > operator++ (int)
 
- Public Member Functions inherited from llvm::iterator_facade_base< StringMapConstIterator< ValueTy >, std::forward_iterator_tag, const StringMapEntry< ValueTy > >
StringMapConstIterator< ValueTy > operator+ (std::ptrdiff_t n) const
 
StringMapConstIterator< ValueTy > operator- (std::ptrdiff_t n) const
 
StringMapConstIterator< ValueTy > & operator++ ()
 
StringMapConstIterator< ValueTy > operator++ (int)
 
StringMapConstIterator< ValueTy > & operator-- ()
 
StringMapConstIterator< ValueTy > operator-- (int)
 
bool operator!= (const StringMapConstIterator< ValueTy > &RHS) const
 
bool operator> (const StringMapConstIterator< ValueTy > &RHS) const
 
bool operator<= (const StringMapConstIterator< ValueTy > &RHS) const
 
bool operator>= (const StringMapConstIterator< ValueTy > &RHS) const
 
const StringMapEntry< ValueTy > * operator-> ()
 
const StringMapEntry< ValueTy > * operator-> () const
 
ReferenceProxy operator[] (std::ptrdiff_t n)
 
ReferenceProxy operator[] (std::ptrdiff_t n) const
 

Additional Inherited Members

- Protected Types inherited from llvm::iterator_facade_base< StringMapConstIterator< ValueTy >, std::forward_iterator_tag, const StringMapEntry< ValueTy > >
enum  
 
- Protected Attributes inherited from llvm::StringMapIterBase< StringMapConstIterator< ValueTy >, const StringMapEntry< ValueTy > >
StringMapEntryBase ** Ptr
 

Detailed Description

template<typename ValueTy>
class llvm::StringMapConstIterator< ValueTy >

Definition at line 34 of file StringMap.h.

Constructor & Destructor Documentation

◆ StringMapConstIterator() [1/2]

template<typename ValueTy >
llvm::StringMapConstIterator< ValueTy >::StringMapConstIterator ( )
default

◆ StringMapConstIterator() [2/2]

template<typename ValueTy >
llvm::StringMapConstIterator< ValueTy >::StringMapConstIterator ( StringMapEntryBase **  Bucket,
bool  NoAdvance = false 
)
inlineexplicit

Definition at line 501 of file StringMap.h.

Member Function Documentation

◆ operator*()

template<typename ValueTy >
const StringMapEntry<ValueTy>& llvm::StringMapConstIterator< ValueTy >::operator* ( ) const
inline

Definition at line 505 of file StringMap.h.


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