LLVM API Documentation
#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 84 of file DenseSet.h.
typedef MapTy::const_iterator::difference_type llvm::DenseSet< ValueT, ValueInfoT >::ConstIterator::difference_type |
Definition at line 88 of file DenseSet.h.
typedef std::forward_iterator_tag llvm::DenseSet< ValueT, ValueInfoT >::ConstIterator::iterator_category |
Definition at line 92 of file DenseSet.h.
typedef value_type* llvm::DenseSet< ValueT, ValueInfoT >::ConstIterator::pointer |
Definition at line 90 of file DenseSet.h.
typedef value_type& llvm::DenseSet< ValueT, ValueInfoT >::ConstIterator::reference |
Definition at line 91 of file DenseSet.h.
typedef ValueT llvm::DenseSet< ValueT, ValueInfoT >::ConstIterator::value_type |
Definition at line 89 of file DenseSet.h.
|
inline |
Definition at line 94 of file DenseSet.h.
|
inline |
Definition at line 101 of file DenseSet.h.
References I.
|
inline |
Definition at line 96 of file DenseSet.h.
References I.
|
inline |
Definition at line 99 of file DenseSet.h.
References I.
|
inline |
Definition at line 97 of file DenseSet.h.
References I.
|
inline |
Definition at line 100 of file DenseSet.h.
References I.
|
friend |
Definition at line 86 of file DenseSet.h.