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

#include "llvm/ADT/StringMap.h"

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

Public Member Functions

 StringMapKeyIterator ()=default
 
 StringMapKeyIterator (StringMapConstIterator< ValueTy > Iter)
 
StringRefoperator* ()
 
- Public Member Functions inherited from llvm::iterator_adaptor_base< StringMapKeyIterator< ValueTy >, StringMapConstIterator< ValueTy >, std::forward_iterator_tag, StringRef >
StringMapKeyIterator< ValueTy > & operator+= (difference_type n)
 
StringMapKeyIterator< ValueTy > & operator-= (difference_type n)
 
difference_type operator- (const StringMapKeyIterator< ValueTy > &RHS) const
 
StringMapKeyIterator< ValueTy > & operator++ ()
 
StringMapKeyIterator< ValueTy > & operator-- ()
 
bool operator== (const StringMapKeyIterator< ValueTy > &RHS) const
 
bool operator< (const StringMapKeyIterator< ValueTy > &RHS) const
 
typename std::conditional< std::is_same< StringRef, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::value_type >::value, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::reference, StringRef & >::type operator* () const
 
- Public Member Functions inherited from llvm::iterator_facade_base< StringMapKeyIterator< ValueTy >, std::forward_iterator_tag, StringRef, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::difference_type, typename std::conditional< std::is_same< StringRef, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::value_type >::value, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::pointer, StringRef * >::type, typename std::conditional< std::is_same< StringRef, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::value_type >::value, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::reference, StringRef & >::type >
StringMapKeyIterator< ValueTy > operator+ (typename std::iterator_traits< StringMapConstIterator< ValueTy > >::difference_type n) const
 
StringMapKeyIterator< ValueTy > operator- (typename std::iterator_traits< StringMapConstIterator< ValueTy > >::difference_type n) const
 
StringMapKeyIterator< ValueTy > & operator++ ()
 
StringMapKeyIterator< ValueTy > operator++ (int)
 
StringMapKeyIterator< ValueTy > & operator-- ()
 
StringMapKeyIterator< ValueTy > operator-- (int)
 
bool operator!= (const StringMapKeyIterator< ValueTy > &RHS) const
 
bool operator> (const StringMapKeyIterator< ValueTy > &RHS) const
 
bool operator<= (const StringMapKeyIterator< ValueTy > &RHS) const
 
bool operator>= (const StringMapKeyIterator< ValueTy > &RHS) const
 
typename std::conditional< std::is_same< StringRef, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::value_type >::value, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::pointer, StringRef *>::type operator-> ()
 
typename std::conditional< std::is_same< StringRef, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::value_type >::value, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::pointer, StringRef *>::type operator-> () const
 
ReferenceProxy operator[] (typename std::iterator_traits< StringMapConstIterator< ValueTy > >::difference_type n)
 
ReferenceProxy operator[] (typename std::iterator_traits< StringMapConstIterator< ValueTy > >::difference_type n) const
 

Additional Inherited Members

- Public Types inherited from llvm::iterator_adaptor_base< StringMapKeyIterator< ValueTy >, StringMapConstIterator< ValueTy >, std::forward_iterator_tag, StringRef >
using difference_type = typename std::iterator_traits< StringMapConstIterator< ValueTy > >::difference_type
 
- Protected Types inherited from llvm::iterator_facade_base< StringMapKeyIterator< ValueTy >, std::forward_iterator_tag, StringRef, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::difference_type, typename std::conditional< std::is_same< StringRef, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::value_type >::value, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::pointer, StringRef * >::type, typename std::conditional< std::is_same< StringRef, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::value_type >::value, typename std::iterator_traits< StringMapConstIterator< ValueTy > >::reference, StringRef & >::type >
enum  
 
- Protected Member Functions inherited from llvm::iterator_adaptor_base< StringMapKeyIterator< ValueTy >, StringMapConstIterator< ValueTy >, std::forward_iterator_tag, StringRef >
 iterator_adaptor_base ()=default
 
 iterator_adaptor_base (StringMapConstIterator< ValueTy > u)
 
const StringMapConstIterator< ValueTy > & wrapped () const
 
- Protected Attributes inherited from llvm::iterator_adaptor_base< StringMapKeyIterator< ValueTy >, StringMapConstIterator< ValueTy >, std::forward_iterator_tag, StringRef >
StringMapConstIterator< ValueTy > I
 

Detailed Description

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

Definition at line 36 of file StringMap.h.

Constructor & Destructor Documentation

◆ StringMapKeyIterator() [1/2]

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

◆ StringMapKeyIterator() [2/2]

template<typename ValueTy >
llvm::StringMapKeyIterator< ValueTy >::StringMapKeyIterator ( StringMapConstIterator< ValueTy >  Iter)
inlineexplicit

Definition at line 542 of file StringMap.h.

Member Function Documentation

◆ operator*()

template<typename ValueTy >
StringRef& llvm::StringMapKeyIterator< ValueTy >::operator* ( )
inline

Definition at line 545 of file StringMap.h.


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