|
| mapped_iterator (ItTy U, FuncTy F) |
|
ItTy | getCurrent () |
|
FuncReturnTy | operator* () |
|
mapped_iterator< ItTy, FuncTy > & | operator+= (difference_type n) |
|
mapped_iterator< ItTy, FuncTy > & | operator-= (difference_type n) |
|
difference_type | operator- (const mapped_iterator< ItTy, FuncTy > &RHS) const |
|
mapped_iterator< ItTy, FuncTy > & | operator++ () |
|
mapped_iterator< ItTy, FuncTy > & | operator-- () |
|
bool | operator== (const mapped_iterator< ItTy, FuncTy > &RHS) const |
|
bool | operator< (const mapped_iterator< ItTy, FuncTy > &RHS) const |
|
typename std::conditional< std::is_same< std::remove_reference< FuncReturnTy >::type, typename std::iterator_traits< ItTy >::value_type >::value,typename std::iterator_traits< ItTy >::reference, std::remove_reference< FuncReturnTy >::type & >::type | operator* () const |
|
DerivedT | operator+ (DifferenceTypeT n) const |
|
DerivedT | operator- (DifferenceTypeT n) const |
|
DerivedT & | operator++ () |
|
DerivedT | operator++ (int) |
|
DerivedT & | operator-- () |
|
DerivedT | operator-- (int) |
|
bool | operator!= (const DerivedT &RHS) const |
|
bool | operator> (const DerivedT &RHS) const |
|
bool | operator<= (const DerivedT &RHS) const |
|
bool | operator>= (const DerivedT &RHS) const |
|
PointerT | operator-> () |
|
PointerT | operator-> () const |
|
ReferenceProxy | operator[] (DifferenceTypeT n) |
|
ReferenceProxy | operator[] (DifferenceTypeT n) const |
|
|
using | difference_type = typename std::iterator_traits< ItTy >::difference_type |
|
enum | { IsRandomAccess,
IsBidirectional
} |
|
| iterator_adaptor_base (ItTyu) |
|
const ItTy & | wrapped () const |
|
ItTy | I |
|
The documentation for this class was generated from the following file: