WPILibC++
unspecified
|
Public Member Functions | |
const RootIt & | getCurrent () const |
const UnaryFunc & | getFunc () const |
mapped_iterator (const RootIt &I, UnaryFunc F) | |
value_type | operator* () const |
mapped_iterator & | operator++ () |
mapped_iterator & | operator-- () |
mapped_iterator | operator++ (int) |
mapped_iterator | operator-- (int) |
mapped_iterator | operator+ (difference_type n) const |
mapped_iterator & | operator+= (difference_type n) |
mapped_iterator | operator- (difference_type n) const |
mapped_iterator & | operator-= (difference_type n) |
reference | operator[] (difference_type n) const |
bool | operator!= (const mapped_iterator &X) const |
bool | operator== (const mapped_iterator &X) const |
bool | operator< (const mapped_iterator &X) const |
difference_type | operator- (const mapped_iterator &X) const |