|
LLVM
4.0.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++ () |
| ConstIterator | operator++ (int) |
| bool | operator== (const ConstIterator &X) const |
| bool | operator!= (const ConstIterator &X) const |
Friends | |
| class | DenseSet |
Definition at line 115 of file DenseSet.h.
| typedef MapTy::const_iterator::difference_type llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::difference_type |
Definition at line 120 of file DenseSet.h.
| typedef std::forward_iterator_tag llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::iterator_category |
Definition at line 124 of file DenseSet.h.
| typedef value_type* llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::pointer |
Definition at line 122 of file DenseSet.h.
| typedef value_type& llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::reference |
Definition at line 123 of file DenseSet.h.
| typedef ValueT llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::value_type |
Definition at line 121 of file DenseSet.h.
|
inline |
Definition at line 126 of file DenseSet.h.
|
inline |
Definition at line 134 of file DenseSet.h.
References I.
|
inline |
Definition at line 128 of file DenseSet.h.
References I.
|
inline |
Definition at line 131 of file DenseSet.h.
References I.
|
inline |
Definition at line 132 of file DenseSet.h.
|
inline |
Definition at line 129 of file DenseSet.h.
References I.
|
inline |
Definition at line 133 of file DenseSet.h.
References I.
|
friend |
Definition at line 117 of file DenseSet.h.
1.8.6