WPILibC++
2018.4.1-20180729184725-1146-g6db5f80
|
Public Types | |
using | value_type = const StringMapEntry< ValueTy > |
Public Member Functions | |
StringMapConstIterator (StringMapEntryBase **Bucket, bool NoAdvance=false) | |
value_type & | operator* () const |
![]() | |
StringMapIterBase (StringMapEntryBase **Bucket, bool NoAdvance=false) | |
StringMapConstIterator< ValueTy > & | operator= (const StringMapConstIterator< ValueTy > &Other) |
bool | operator== (const StringMapConstIterator< ValueTy > &RHS) const |
StringMapConstIterator< ValueTy > & | operator++ () |
StringMapConstIterator< ValueTy > | operator++ (int) |
StringMapConstIterator< ValueTy > & | operator-- () |
StringMapConstIterator< ValueTy > | operator-- (int) |
![]() | |
StringMapConstIterator< ValueTy > | operator+ (DifferenceTypeT n) const |
StringMapConstIterator< ValueTy > | operator- (DifferenceTypeT 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 |
PointerT | operator-> () |
PointerT | operator-> () const |
ReferenceProxy | operator[] (DifferenceTypeT n) |
ReferenceProxy | operator[] (DifferenceTypeT n) const |
Additional Inherited Members | |
![]() | |
enum | |
![]() | |
StringMapEntryBase ** | Ptr |