WPILibC++  unspecified
wpi::StringMapKeyIterator< ValueTy > Class Template Reference
Inheritance diagram for wpi::StringMapKeyIterator< ValueTy >:
Collaboration diagram for wpi::StringMapKeyIterator< ValueTy >:

Public Member Functions

 StringMapKeyIterator (StringMapConstIterator< ValueTy > Iter)
 
StringRefoperator* ()
 
- Public Member Functions inherited from wpi::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 wpi::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
 
PointerT operator-> ()
 
PointerT operator-> () const
 
ReferenceProxy operator[] (DifferenceTypeT n)
 
ReferenceProxy operator[] (DifferenceTypeT n) const
 

Additional Inherited Members

- Public Types inherited from wpi::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 wpi::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
enum  { IsRandomAccess, IsBidirectional }
 
- Protected Member Functions inherited from wpi::iterator_adaptor_base< StringMapKeyIterator< ValueTy >, StringMapConstIterator< ValueTy >, std::forward_iterator_tag, StringRef >
 iterator_adaptor_base (StringMapConstIterator< ValueTy >u)
 
const StringMapConstIterator< ValueTy > & wrapped () const
 
- Protected Attributes inherited from wpi::iterator_adaptor_base< StringMapKeyIterator< ValueTy >, StringMapConstIterator< ValueTy >, std::forward_iterator_tag, StringRef >
StringMapConstIterator< ValueTy > I
 

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