WPILibC++
unspecified
|
Public Member Functions | |
StringMapKeyIterator (StringMapConstIterator< ValueTy > Iter) | |
StringRef & | operator* () |
![]() | |
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 |
![]() | |
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 | |
![]() | |
using | difference_type = typename std::iterator_traits< StringMapConstIterator< ValueTy > >::difference_type |
![]() | |
enum | { IsRandomAccess, IsBidirectional } |
![]() | |
iterator_adaptor_base (StringMapConstIterator< ValueTy >u) | |
const StringMapConstIterator< ValueTy > & | wrapped () const |
![]() | |
StringMapConstIterator< ValueTy > | I |