WPILibC++
2019.4.1-5-gaab4c49
|
Public Types | |
using | value_type = StringMapEntry< ValueTy > |
Public Member Functions | |
StringMapIterator (StringMapEntryBase **Bucket, bool NoAdvance=false) | |
value_type & | operator* () const |
operator StringMapConstIterator< ValueTy > () const | |
![]() | |
StringMapIterBase (StringMapEntryBase **Bucket, bool NoAdvance=false) | |
StringMapIterator< ValueTy > & | operator= (const StringMapIterator< ValueTy > &Other) |
bool | operator== (const StringMapIterator< ValueTy > &RHS) const |
StringMapIterator< ValueTy > & | operator++ () |
StringMapIterator< ValueTy > | operator++ (int) |
StringMapIterator< ValueTy > & | operator-- () |
StringMapIterator< ValueTy > | operator-- (int) |
![]() | |
StringMapIterator< ValueTy > | operator+ (DifferenceTypeT n) const |
StringMapIterator< ValueTy > | operator- (DifferenceTypeT n) const |
StringMapIterator< ValueTy > & | operator++ () |
StringMapIterator< ValueTy > | operator++ (int) |
StringMapIterator< ValueTy > & | operator-- () |
StringMapIterator< ValueTy > | operator-- (int) |
bool | operator!= (const StringMapIterator< ValueTy > &RHS) const |
bool | operator> (const StringMapIterator< ValueTy > &RHS) const |
bool | operator<= (const StringMapIterator< ValueTy > &RHS) const |
bool | operator>= (const StringMapIterator< ValueTy > &RHS) const |
PointerT | operator-> () |
PointerT | operator-> () const |
ReferenceProxy | operator[] (DifferenceTypeT n) |
ReferenceProxy | operator[] (DifferenceTypeT n) const |
Additional Inherited Members | |
![]() | |
enum | |
![]() | |
StringMapEntryBase ** | Ptr |