LLVM API Documentation
#include <STLExtras.h>
Collaboration diagram for llvm::mapped_iterator< RootIt, UnaryFunc >:
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 |
typedef mapped_iterator< RootIt, UnaryFunc > | _Self |
Public Member Functions | |
RootIt & | getCurrent () const |
mapped_iterator (const RootIt &I, UnaryFunc F) | |
mapped_iterator (const mapped_iterator &It) | |
value_type | operator * () const |
_Self & | operator++ () |
_Self & | operator-- () |
_Self | operator++ (int) |
_Self | operator-- (int) |
_Self | operator+ (difference_type n) const |
_Self & | operator+= (difference_type n) |
_Self | operator- (difference_type n) const |
_Self & | operator-= (difference_type n) |
reference | operator[] (difference_type n) const |
bool | operator!= (const _Self &X) const |
bool | operator== (const _Self &X) const |
bool | operator< (const _Self &X) const |
difference_type | operator- (const _Self &X) const |
Definition at line 90 of file STLExtras.h.
|
Definition at line 105 of file STLExtras.h. |
|
Definition at line 97 of file STLExtras.h. |
|
Definition at line 95 of file STLExtras.h. |
|
Definition at line 104 of file STLExtras.h. |
|
Definition at line 100 of file STLExtras.h. |
|
Definition at line 102 of file STLExtras.h. |
|
Definition at line 98 of file STLExtras.h. |
|
Definition at line 109 of file STLExtras.h. |
|
Definition at line 111 of file STLExtras.h. |
|
Definition at line 107 of file STLExtras.h. Referenced by llvm::operator+(). |
|
Definition at line 114 of file STLExtras.h. |
|
Definition at line 128 of file STLExtras.h. References llvm::mapped_iterator< RootIt, UnaryFunc >::operator==(). |
|
Definition at line 122 of file STLExtras.h. |
|
Definition at line 120 of file STLExtras.h. |
|
Definition at line 118 of file STLExtras.h. |
|
Definition at line 123 of file STLExtras.h. |
|
Definition at line 132 of file STLExtras.h. References llvm::mapped_iterator< RootIt, UnaryFunc >::current. |
|
Definition at line 124 of file STLExtras.h. |
|
Definition at line 121 of file STLExtras.h. |
|
Definition at line 119 of file STLExtras.h. |
|
Definition at line 125 of file STLExtras.h. |
|
Definition at line 130 of file STLExtras.h. References llvm::mapped_iterator< RootIt, UnaryFunc >::current. |
|
Definition at line 129 of file STLExtras.h. References llvm::mapped_iterator< RootIt, UnaryFunc >::current. Referenced by llvm::mapped_iterator< RootIt, UnaryFunc >::operator!=(). |
|
Definition at line 126 of file STLExtras.h. |