|
LLVM
3.7.0
|
#include <STLExtras.h>
Public Types | |
| typedef std::iterator_traits < RootIt >::iterator_category | iterator_category |
| typedef std::iterator_traits < RootIt >::difference_type | difference_type |
| typedef UnaryFunc::result_type | value_type |
| typedef void | pointer |
| typedef void | reference |
| typedef RootIt | iterator_type |
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 |
Definition at line 112 of file STLExtras.h.
| typedef std::iterator_traits<RootIt>::difference_type llvm::mapped_iterator< RootIt, UnaryFunc >::difference_type |
Definition at line 119 of file STLExtras.h.
| typedef std::iterator_traits<RootIt>::iterator_category llvm::mapped_iterator< RootIt, UnaryFunc >::iterator_category |
Definition at line 117 of file STLExtras.h.
| typedef RootIt llvm::mapped_iterator< RootIt, UnaryFunc >::iterator_type |
Definition at line 126 of file STLExtras.h.
| typedef void llvm::mapped_iterator< RootIt, UnaryFunc >::pointer |
Definition at line 122 of file STLExtras.h.
| typedef void llvm::mapped_iterator< RootIt, UnaryFunc >::reference |
Definition at line 124 of file STLExtras.h.
| typedef UnaryFunc::result_type llvm::mapped_iterator< RootIt, UnaryFunc >::value_type |
Definition at line 120 of file STLExtras.h.
|
inlineexplicit |
Definition at line 131 of file STLExtras.h.
Referenced by llvm::mapped_iterator< RootIt, UnaryFunc >::operator+(), and llvm::mapped_iterator< RootIt, UnaryFunc >::operator-().
|
inline |
Definition at line 128 of file STLExtras.h.
Referenced by llvm::operator+().
|
inline |
Definition at line 129 of file STLExtras.h.
Referenced by llvm::operator+().
|
inline |
Definition at line 172 of file STLExtras.h.
References llvm::mapped_iterator< RootIt, UnaryFunc >::operator==().
|
inline |
Definition at line 134 of file STLExtras.h.
|
inline |
Definition at line 156 of file STLExtras.h.
References llvm::mapped_iterator< RootIt, UnaryFunc >::mapped_iterator().
|
inline |
Definition at line 138 of file STLExtras.h.
|
inline |
Definition at line 146 of file STLExtras.h.
|
inline |
Definition at line 159 of file STLExtras.h.
|
inline |
Definition at line 163 of file STLExtras.h.
References llvm::mapped_iterator< RootIt, UnaryFunc >::mapped_iterator().
|
inline |
Definition at line 178 of file STLExtras.h.
|
inline |
Definition at line 142 of file STLExtras.h.
|
inline |
Definition at line 151 of file STLExtras.h.
|
inline |
Definition at line 166 of file STLExtras.h.
|
inline |
Definition at line 176 of file STLExtras.h.
|
inline |
Definition at line 173 of file STLExtras.h.
Referenced by llvm::mapped_iterator< RootIt, UnaryFunc >::operator!=().
|
inline |
Definition at line 170 of file STLExtras.h.
1.8.6