LLVM  8.0.1
Public Member Functions | Protected Attributes | List of all members
llvm::StringMapIterBase< DerivedTy, ValueTy > Class Template Reference

#include "llvm/ADT/StringMap.h"

Inheritance diagram for llvm::StringMapIterBase< DerivedTy, ValueTy >:
Inheritance graph
[legend]
Collaboration diagram for llvm::StringMapIterBase< DerivedTy, ValueTy >:
Collaboration graph
[legend]

Public Member Functions

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

Protected Attributes

StringMapEntryBase ** Ptr = nullptr
 

Additional Inherited Members

- Protected Types inherited from llvm::iterator_facade_base< DerivedTy, std::forward_iterator_tag, ValueTy >
enum  
 

Detailed Description

template<typename DerivedTy, typename ValueTy>
class llvm::StringMapIterBase< DerivedTy, ValueTy >

Definition at line 451 of file StringMap.h.

Constructor & Destructor Documentation

◆ StringMapIterBase() [1/2]

template<typename DerivedTy, typename ValueTy>
llvm::StringMapIterBase< DerivedTy, ValueTy >::StringMapIterBase ( )
default

◆ StringMapIterBase() [2/2]

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

Definition at line 460 of file StringMap.h.

Member Function Documentation

◆ operator++() [1/2]

template<typename DerivedTy, typename ValueTy>
DerivedTy& llvm::StringMapIterBase< DerivedTy, ValueTy >::operator++ ( )
inline

Definition at line 473 of file StringMap.h.

◆ operator++() [2/2]

template<typename DerivedTy, typename ValueTy>
DerivedTy llvm::StringMapIterBase< DerivedTy, ValueTy >::operator++ ( int  )
inline

Definition at line 479 of file StringMap.h.

◆ operator=()

template<typename DerivedTy, typename ValueTy>
DerivedTy& llvm::StringMapIterBase< DerivedTy, ValueTy >::operator= ( const DerivedTy &  Other)
inline

Definition at line 466 of file StringMap.h.

◆ operator==()

template<typename DerivedTy, typename ValueTy>
bool llvm::StringMapIterBase< DerivedTy, ValueTy >::operator== ( const DerivedTy &  RHS) const
inline

Definition at line 471 of file StringMap.h.

Member Data Documentation

◆ Ptr

template<typename DerivedTy, typename ValueTy>
StringMapEntryBase** llvm::StringMapIterBase< DerivedTy, ValueTy >::Ptr = nullptr
protected

Definition at line 455 of file StringMap.h.


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