|
LLVM
3.7.0
|
#include <DenseSet.h>
Public Types | |
| typedef MapTy::const_iterator::difference_type | difference_type |
| typedef ValueT | value_type |
| typedef value_type * | pointer |
| typedef value_type & | reference |
| typedef std::forward_iterator_tag | iterator_category |
Public Member Functions | |
| ConstIterator (const typename MapTy::const_iterator &i) | |
| const ValueT & | operator* () |
| const ValueT * | operator-> () |
| ConstIterator & | operator++ () |
| bool | operator== (const ConstIterator &X) const |
| bool | operator!= (const ConstIterator &X) const |
Friends | |
| class | DenseSet |
Definition at line 99 of file DenseSet.h.
| typedef MapTy::const_iterator::difference_type llvm::DenseSet< ValueT, ValueInfoT >::ConstIterator::difference_type |
Definition at line 103 of file DenseSet.h.
| typedef std::forward_iterator_tag llvm::DenseSet< ValueT, ValueInfoT >::ConstIterator::iterator_category |
Definition at line 107 of file DenseSet.h.
| typedef value_type* llvm::DenseSet< ValueT, ValueInfoT >::ConstIterator::pointer |
Definition at line 105 of file DenseSet.h.
| typedef value_type& llvm::DenseSet< ValueT, ValueInfoT >::ConstIterator::reference |
Definition at line 106 of file DenseSet.h.
| typedef ValueT llvm::DenseSet< ValueT, ValueInfoT >::ConstIterator::value_type |
Definition at line 104 of file DenseSet.h.
|
inline |
Definition at line 109 of file DenseSet.h.
|
inline |
Definition at line 116 of file DenseSet.h.
References I.
|
inline |
Definition at line 111 of file DenseSet.h.
References I.
|
inline |
Definition at line 114 of file DenseSet.h.
References I.
|
inline |
Definition at line 112 of file DenseSet.h.
References I.
|
inline |
Definition at line 115 of file DenseSet.h.
References I.
|
friend |
Definition at line 101 of file DenseSet.h.
1.8.6