LLVM 20.0.0git
|
#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) |
Friends | |
class | DenseSetImpl |
class | Iterator |
bool | operator== (const ConstIterator &X, const ConstIterator &Y) |
bool | operator!= (const ConstIterator &X, const ConstIterator &Y) |
Definition at line 141 of file DenseSet.h.
using llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::difference_type = typename MapTy::const_iterator::difference_type |
Definition at line 147 of file DenseSet.h.
using llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::iterator_category = std::forward_iterator_tag |
Definition at line 151 of file DenseSet.h.
using llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::pointer = const value_type * |
Definition at line 149 of file DenseSet.h.
using llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::reference = const value_type & |
Definition at line 150 of file DenseSet.h.
using llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::ConstIterator::value_type = ValueT |
Definition at line 148 of file DenseSet.h.
|
default |
|
inline |
Definition at line 154 of file DenseSet.h.
|
inline |
Definition at line 155 of file DenseSet.h.
|
inline |
Definition at line 157 of file DenseSet.h.
References I.
|
inline |
Definition at line 160 of file DenseSet.h.
References I.
|
inline |
Definition at line 161 of file DenseSet.h.
|
inline |
Definition at line 158 of file DenseSet.h.
References I.
|
friend |
Definition at line 143 of file DenseSet.h.
Definition at line 144 of file DenseSet.h.
|
friend |
Definition at line 165 of file DenseSet.h.
|
friend |
Definition at line 162 of file DenseSet.h.