|
LLVM
4.0.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 std::result_of < UnaryFunc(decltype(*std::declval < RootIt >)))>::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 129 of file STLExtras.h.
| typedef std::iterator_traits<RootIt>::difference_type llvm::mapped_iterator< RootIt, UnaryFunc >::difference_type |
Definition at line 136 of file STLExtras.h.
| typedef std::iterator_traits<RootIt>::iterator_category llvm::mapped_iterator< RootIt, UnaryFunc >::iterator_category |
Definition at line 134 of file STLExtras.h.
| typedef RootIt llvm::mapped_iterator< RootIt, UnaryFunc >::iterator_type |
Definition at line 145 of file STLExtras.h.
| typedef void llvm::mapped_iterator< RootIt, UnaryFunc >::pointer |
Definition at line 141 of file STLExtras.h.
| typedef void llvm::mapped_iterator< RootIt, UnaryFunc >::reference |
Definition at line 143 of file STLExtras.h.
| typedef std::result_of< UnaryFunc(decltype(*std::declval<RootIt>)))>::type llvm::mapped_iterator< RootIt, UnaryFunc >::value_type |
Definition at line 139 of file STLExtras.h.
|
inlineexplicit |
Definition at line 150 of file STLExtras.h.
Referenced by llvm::mapped_iterator< RootIt, UnaryFunc >::operator+(), and llvm::mapped_iterator< RootIt, UnaryFunc >::operator-().
|
inline |
Definition at line 147 of file STLExtras.h.
Referenced by llvm::operator+(), and llvm::CatchSwitchInst::removeHandler().
|
inline |
Definition at line 148 of file STLExtras.h.
Referenced by llvm::operator+().
|
inline |
Definition at line 191 of file STLExtras.h.
References llvm::mapped_iterator< RootIt, UnaryFunc >::operator==().
|
inline |
Definition at line 153 of file STLExtras.h.
|
inline |
Definition at line 175 of file STLExtras.h.
References llvm::mapped_iterator< RootIt, UnaryFunc >::mapped_iterator().
|
inline |
Definition at line 157 of file STLExtras.h.
|
inline |
Definition at line 165 of file STLExtras.h.
|
inline |
Definition at line 178 of file STLExtras.h.
|
inline |
Definition at line 182 of file STLExtras.h.
References llvm::mapped_iterator< RootIt, UnaryFunc >::mapped_iterator().
|
inline |
Definition at line 197 of file STLExtras.h.
|
inline |
Definition at line 161 of file STLExtras.h.
|
inline |
Definition at line 170 of file STLExtras.h.
|
inline |
Definition at line 185 of file STLExtras.h.
|
inline |
Definition at line 195 of file STLExtras.h.
|
inline |
Definition at line 192 of file STLExtras.h.
Referenced by llvm::mapped_iterator< RootIt, UnaryFunc >::operator!=().
|
inline |
Definition at line 189 of file STLExtras.h.
1.8.6