WPILibC++
2018.4.1-20180920141831-1187-gd2a5aaa
|
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 |
ReferenceT | operator* () const |
![]() | |
StringMapKeyIterator< ValueTy > | operator+ (DifferenceTypeT n) const |
StringMapKeyIterator< ValueTy > | operator- (DifferenceTypeT 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 |
PointerT | operator-> () |
PointerT | operator-> () const |
ReferenceProxy | operator[] (DifferenceTypeT n) |
ReferenceProxy | operator[] (DifferenceTypeT n) const |
Additional Inherited Members | |
![]() | |
using | difference_type = DifferenceTypeT |
![]() | |
enum | |
![]() | |
iterator_adaptor_base (StringMapConstIterator< ValueTy >u) | |
const StringMapConstIterator < ValueTy > & | wrapped () const |
![]() | |
StringMapConstIterator< ValueTy > | I |