WPILibC++ 2024.1.1-beta-4
wpi::StringMapConstIterator< ValueTy > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/llvm/include/wpi/StringMap.h>

Inheritance diagram for wpi::StringMapConstIterator< ValueTy >:
wpi::StringMapIterBase< StringMapConstIterator< ValueTy >, const StringMapEntry< ValueTy > > wpi::iterator_facade_base< StringMapConstIterator< ValueTy >, std::forward_iterator_tag, const StringMapEntry< ValueTy > >

Public Member Functions

 StringMapConstIterator ()=default
 
 StringMapConstIterator (StringMapEntryBase **Bucket, bool NoAdvance=false)
 
const StringMapEntry< ValueTy > & operator* () const
 
- Public Member Functions inherited from wpi::StringMapIterBase< StringMapConstIterator< ValueTy >, const StringMapEntry< ValueTy > >
 StringMapIterBase ()=default
 
 StringMapIterBase (StringMapEntryBase **Bucket, bool NoAdvance=false)
 
StringMapConstIterator< ValueTy > & operator= (const StringMapConstIterator< ValueTy > &Other)
 
StringMapConstIterator< ValueTy > & operator++ ()
 
StringMapConstIterator< ValueTy > operator++ (int)
 
StringMapConstIterator< ValueTy > & operator-- ()
 
StringMapConstIterator< ValueTy > operator-- (int)
 
- Public Member Functions inherited from wpi::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
 
PointerProxy operator-> () const
 
ReferenceProxy operator[] (std::ptrdiff_t n) const
 

Additional Inherited Members

- Public Types inherited from wpi::iterator_facade_base< StringMapConstIterator< ValueTy >, std::forward_iterator_tag, const StringMapEntry< ValueTy > >
using iterator_category = std::forward_iterator_tag
 
using value_type = const StringMapEntry< ValueTy >
 
using difference_type = std::ptrdiff_t
 
using pointer = const StringMapEntry< ValueTy > *
 
using reference = const StringMapEntry< ValueTy > &
 
- Protected Types inherited from wpi::iterator_facade_base< StringMapConstIterator< ValueTy >, std::forward_iterator_tag, const StringMapEntry< ValueTy > >
enum  
 
- Protected Attributes inherited from wpi::StringMapIterBase< StringMapConstIterator< ValueTy >, const StringMapEntry< ValueTy > >
StringMapEntryBase ** Ptr
 

Constructor & Destructor Documentation

◆ StringMapConstIterator() [1/2]

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

◆ StringMapConstIterator() [2/2]

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

Member Function Documentation

◆ operator*()

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

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