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 | |
| const 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 73 of file STLExtras.h. |
|
|||||
|
Definition at line 65 of file STLExtras.h. |
|
|||||
|
Definition at line 63 of file STLExtras.h. |
|
|||||
|
Definition at line 72 of file STLExtras.h. |
|
|||||
|
Definition at line 68 of file STLExtras.h. |
|
|||||
|
Definition at line 70 of file STLExtras.h. |
|
|||||
|
Definition at line 66 of file STLExtras.h. |
|
||||||||||||||||
|
Definition at line 77 of file STLExtras.h. |
|
||||||||||
|
Definition at line 79 of file STLExtras.h. |
|
|||||||||
|
Definition at line 75 of file STLExtras.h. Referenced by llvm::operator+(). |
|
|||||||||
|
Definition at line 82 of file STLExtras.h. |
|
||||||||||
|
Definition at line 96 of file STLExtras.h. References llvm::operator==(). |
|
||||||||||
|
Definition at line 90 of file STLExtras.h. |
|
||||||||||
|
Definition at line 88 of file STLExtras.h. |
|
|||||||||
|
Definition at line 86 of file STLExtras.h. |
|
||||||||||
|
Definition at line 91 of file STLExtras.h. |
|
||||||||||
|
Definition at line 100 of file STLExtras.h. References llvm::mapped_iterator< RootIt, UnaryFunc >::current. |
|
||||||||||
|
Definition at line 92 of file STLExtras.h. |
|
||||||||||
|
Definition at line 89 of file STLExtras.h. |
|
|||||||||
|
Definition at line 87 of file STLExtras.h. |
|
||||||||||
|
Definition at line 93 of file STLExtras.h. |
|
||||||||||
|
Definition at line 98 of file STLExtras.h. References llvm::mapped_iterator< RootIt, UnaryFunc >::current. |
|
||||||||||
|
Definition at line 97 of file STLExtras.h. References llvm::mapped_iterator< RootIt, UnaryFunc >::current. |
|
||||||||||
|
Definition at line 94 of file STLExtras.h. |