WPILibC++
2018.4.1-20180920010257-1187-gd2a5aaa
|
Specialization of filter_iterator_base for forward iteration only. More...
#include <STLExtras.h>
Public Member Functions | |
filter_iterator_impl (WrappedIteratorT Begin, WrappedIteratorT End, PredicateT Pred) | |
![]() | |
filter_iterator_base & | operator++ () |
![]() | |
filter_iterator_base < WrappedIteratorT, PredicateT, IterTag > & | operator+= (difference_type n) |
filter_iterator_base < WrappedIteratorT, PredicateT, IterTag > & | operator-= (difference_type n) |
difference_type | operator- (const filter_iterator_base< WrappedIteratorT, PredicateT, IterTag > &RHS) const |
filter_iterator_base < WrappedIteratorT, PredicateT, IterTag > & | operator++ () |
filter_iterator_base < WrappedIteratorT, PredicateT, IterTag > & | operator-- () |
bool | operator== (const filter_iterator_base< WrappedIteratorT, PredicateT, IterTag > &RHS) const |
bool | operator< (const filter_iterator_base< WrappedIteratorT, PredicateT, IterTag > &RHS) const |
ReferenceT | operator* () const |
![]() | |
filter_iterator_base < WrappedIteratorT, PredicateT, IterTag > | operator+ (DifferenceTypeT n) const |
filter_iterator_base < WrappedIteratorT, PredicateT, IterTag > | operator- (DifferenceTypeT n) const |
filter_iterator_base < WrappedIteratorT, PredicateT, IterTag > & | operator++ () |
filter_iterator_base < WrappedIteratorT, PredicateT, IterTag > | operator++ (int) |
filter_iterator_base < WrappedIteratorT, PredicateT, IterTag > & | operator-- () |
filter_iterator_base < WrappedIteratorT, PredicateT, IterTag > | operator-- (int) |
bool | operator!= (const filter_iterator_base< WrappedIteratorT, PredicateT, IterTag > &RHS) const |
bool | operator> (const filter_iterator_base< WrappedIteratorT, PredicateT, IterTag > &RHS) const |
bool | operator<= (const filter_iterator_base< WrappedIteratorT, PredicateT, IterTag > &RHS) const |
bool | operator>= (const filter_iterator_base< WrappedIteratorT, PredicateT, IterTag > &RHS) const |
PointerT | operator-> () |
PointerT | operator-> () const |
ReferenceProxy | operator[] (DifferenceTypeT n) |
ReferenceProxy | operator[] (DifferenceTypeT n) const |
Specialization of filter_iterator_base for forward iteration only.