LLVM 19.0.0git
Public Member Functions | List of all members
llvm::StringMapIterator< ValueTy > Class Template Reference

#include "llvm/ADT/StringMap.h"

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

Public Member Functions

 StringMapIterator ()=default
 
 StringMapIterator (StringMapEntryBase **Bucket, bool NoAdvance=false)
 
StringMapEntry< ValueTy > & operator* () const
 
 operator StringMapConstIterator< ValueTy > () const
 
- Public Member Functions inherited from llvm::StringMapIterBase< StringMapIterator< ValueTy >, StringMapEntry< ValueTy > >
 StringMapIterBase ()=default
 
 StringMapIterBase (StringMapEntryBase **Bucket, bool NoAdvance=false)
 
StringMapIterator< ValueTy > & operator= (const StringMapIterator< ValueTy > &Other)
 
StringMapIterator< ValueTy > & operator++ ()
 
StringMapIterator< ValueTy > operator++ (int)
 
- Public Member Functions inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
DerivedT operator+ (DifferenceTypeT n) const
 
DerivedT operator- (DifferenceTypeT n) const
 
DerivedT & operator++ ()
 
DerivedT operator++ (int)
 
DerivedT & operator-- ()
 
DerivedT operator-- (int)
 
bool operator!= (const DerivedT &RHS) const
 
bool operator> (const DerivedT &RHS) const
 
bool operator<= (const DerivedT &RHS) const
 
bool operator>= (const DerivedT &RHS) const
 
PointerProxy operator-> () const
 
ReferenceProxy operator[] (DifferenceTypeT n) const
 

Additional Inherited Members

- Public Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
using iterator_category = IteratorCategoryT
 
using value_type = T
 
using difference_type = DifferenceTypeT
 
using pointer = PointerT
 
using reference = ReferenceT
 
- Protected Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
enum  { IsRandomAccess , IsBidirectional }
 
- Protected Attributes inherited from llvm::StringMapIterBase< StringMapIterator< ValueTy >, StringMapEntry< ValueTy > >
StringMapEntryBase ** Ptr
 

Detailed Description

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

Definition at line 494 of file StringMap.h.

Constructor & Destructor Documentation

◆ StringMapIterator() [1/2]

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

◆ StringMapIterator() [2/2]

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

Definition at line 501 of file StringMap.h.

Member Function Documentation

◆ operator StringMapConstIterator< ValueTy >()

template<typename ValueTy >
llvm::StringMapIterator< ValueTy >::operator StringMapConstIterator< ValueTy > ( ) const
inline

Definition at line 509 of file StringMap.h.

◆ operator*()

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

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