LLVM API Documentation
#include <STLExtras.h>
Definition at line 76 of file STLExtras.h.
| typedef mapped_iterator<RootIt, UnaryFunc> llvm::mapped_iterator< RootIt, UnaryFunc >::_Self |
Definition at line 91 of file STLExtras.h.
| typedef std::iterator_traits<RootIt>::difference_type llvm::mapped_iterator< RootIt, UnaryFunc >::difference_type |
Definition at line 83 of file STLExtras.h.
| typedef std::iterator_traits<RootIt>::iterator_category llvm::mapped_iterator< RootIt, UnaryFunc >::iterator_category |
Definition at line 81 of file STLExtras.h.
| typedef RootIt llvm::mapped_iterator< RootIt, UnaryFunc >::iterator_type |
Definition at line 90 of file STLExtras.h.
| typedef void llvm::mapped_iterator< RootIt, UnaryFunc >::pointer |
Definition at line 86 of file STLExtras.h.
| typedef void llvm::mapped_iterator< RootIt, UnaryFunc >::reference |
Definition at line 88 of file STLExtras.h.
| typedef UnaryFunc::result_type llvm::mapped_iterator< RootIt, UnaryFunc >::value_type |
Definition at line 84 of file STLExtras.h.
| llvm::mapped_iterator< RootIt, UnaryFunc >::mapped_iterator | ( | const RootIt & | I, |
| UnaryFunc | F | ||
| ) | [inline, explicit] |
Definition at line 96 of file STLExtras.h.
| llvm::mapped_iterator< RootIt, UnaryFunc >::mapped_iterator | ( | const mapped_iterator< RootIt, UnaryFunc > & | It | ) | [inline] |
Definition at line 98 of file STLExtras.h.
| const RootIt& llvm::mapped_iterator< RootIt, UnaryFunc >::getCurrent | ( | ) | const [inline] |
Definition at line 93 of file STLExtras.h.
Referenced by llvm::operator+().
| const UnaryFunc& llvm::mapped_iterator< RootIt, UnaryFunc >::getFunc | ( | ) | const [inline] |
Definition at line 94 of file STLExtras.h.
Referenced by llvm::operator+().
| bool llvm::mapped_iterator< RootIt, UnaryFunc >::operator!= | ( | const _Self & | X | ) | const [inline] |
Definition at line 119 of file STLExtras.h.
References llvm::mapped_iterator< RootIt, UnaryFunc >::operator==().
| value_type llvm::mapped_iterator< RootIt, UnaryFunc >::operator* | ( | ) | const [inline] |
Definition at line 101 of file STLExtras.h.
| _Self llvm::mapped_iterator< RootIt, UnaryFunc >::operator+ | ( | difference_type | n | ) | const [inline] |
Definition at line 109 of file STLExtras.h.
| _Self& llvm::mapped_iterator< RootIt, UnaryFunc >::operator++ | ( | ) | [inline] |
Definition at line 105 of file STLExtras.h.
| _Self llvm::mapped_iterator< RootIt, UnaryFunc >::operator++ | ( | int | ) | [inline] |
Definition at line 107 of file STLExtras.h.
| _Self& llvm::mapped_iterator< RootIt, UnaryFunc >::operator+= | ( | difference_type | n | ) | [inline] |
Definition at line 112 of file STLExtras.h.
| _Self llvm::mapped_iterator< RootIt, UnaryFunc >::operator- | ( | difference_type | n | ) | const [inline] |
Definition at line 113 of file STLExtras.h.
| difference_type llvm::mapped_iterator< RootIt, UnaryFunc >::operator- | ( | const _Self & | X | ) | const [inline] |
Definition at line 123 of file STLExtras.h.
| _Self& llvm::mapped_iterator< RootIt, UnaryFunc >::operator-- | ( | ) | [inline] |
Definition at line 106 of file STLExtras.h.
| _Self llvm::mapped_iterator< RootIt, UnaryFunc >::operator-- | ( | int | ) | [inline] |
Definition at line 108 of file STLExtras.h.
| _Self& llvm::mapped_iterator< RootIt, UnaryFunc >::operator-= | ( | difference_type | n | ) | [inline] |
Definition at line 116 of file STLExtras.h.
| bool llvm::mapped_iterator< RootIt, UnaryFunc >::operator< | ( | const _Self & | X | ) | const [inline] |
Definition at line 121 of file STLExtras.h.
| bool llvm::mapped_iterator< RootIt, UnaryFunc >::operator== | ( | const _Self & | X | ) | const [inline] |
Definition at line 120 of file STLExtras.h.
Referenced by llvm::mapped_iterator< RootIt, UnaryFunc >::operator!=().
| reference llvm::mapped_iterator< RootIt, UnaryFunc >::operator[] | ( | difference_type | n | ) | const [inline] |
Definition at line 117 of file STLExtras.h.