|
LLVM
8.0.1
|
#include "llvm/ADT/DenseSet.h"
Public Types | |
| using | difference_type = typename MapTy::const_iterator::difference_type |
| using | value_type = ValueT |
| using | pointer = const value_type * |
| using | reference = const value_type & |
| using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
| ConstIterator ()=default | |
| ConstIterator (const Iterator &B) | |
| ConstIterator (const typename MapTy::const_iterator &i) | |
| const ValueT & | operator* () const |
| const ValueT * | operator-> () const |
| ConstIterator & | operator++ () |
| ConstIterator | operator++ (int) |
| bool | operator== (const ConstIterator &X) const |
| bool | operator!= (const ConstIterator &X) const |
Friends | |
| class | DenseSet |
| class | Iterator |
Definition at line 132 of file DenseSet.h.
| using llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::difference_type = typename MapTy::const_iterator::difference_type |
Definition at line 138 of file DenseSet.h.
| using llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::iterator_category = std::forward_iterator_tag |
Definition at line 142 of file DenseSet.h.
| using llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::pointer = const value_type * |
Definition at line 140 of file DenseSet.h.
| using llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::reference = const value_type & |
Definition at line 141 of file DenseSet.h.
| using llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::value_type = ValueT |
Definition at line 139 of file DenseSet.h.
|
default |
|
inline |
Definition at line 145 of file DenseSet.h.
|
inline |
Definition at line 146 of file DenseSet.h.
|
inline |
Definition at line 154 of file DenseSet.h.
|
inline |
Definition at line 148 of file DenseSet.h.
|
inline |
Definition at line 151 of file DenseSet.h.
References I.
|
inline |
Definition at line 152 of file DenseSet.h.
|
inline |
Definition at line 149 of file DenseSet.h.
|
inline |
Definition at line 153 of file DenseSet.h.
|
friend |
Definition at line 134 of file DenseSet.h.
|
friend |
Definition at line 135 of file DenseSet.h.
1.8.13