|
| | HashTableIterator (const HashTable< ValueT, TraitsT > &Map) |
| |
| HashTableIterator & | operator= (const HashTableIterator &R) |
| |
| bool | operator== (const HashTableIterator &R) const |
| |
| const std::pair< uint32_t, ValueT > & | operator* () const |
| |
| HashTableIterator & | operator++ () |
| |
| HashTableIterator< ValueT, TraitsT > | operator+ (std::ptrdiff_t n) const |
| |
| HashTableIterator< ValueT, TraitsT > | operator- (std::ptrdiff_t n) const |
| |
| HashTableIterator< ValueT, TraitsT > & | operator++ () |
| |
| HashTableIterator< ValueT, TraitsT > | operator++ (int) |
| |
| HashTableIterator< ValueT, TraitsT > & | operator-- () |
| |
| HashTableIterator< ValueT, TraitsT > | operator-- (int) |
| |
| bool | operator!= (const HashTableIterator< ValueT, TraitsT > &RHS) const |
| |
| bool | operator> (const HashTableIterator< ValueT, TraitsT > &RHS) const |
| |
| bool | operator<= (const HashTableIterator< ValueT, TraitsT > &RHS) const |
| |
| bool | operator>= (const HashTableIterator< ValueT, TraitsT > &RHS) const |
| |
| std::pair< uint32_t, ValueT > * | operator-> () |
| |
| std::pair< uint32_t, ValueT > * | operator-> () const |
| |
| ReferenceProxy | operator[] (std::ptrdiff_t n) |
| |
| ReferenceProxy | operator[] (std::ptrdiff_t n) const |
| |
template<typename ValueT, typename TraitsT>
class llvm::pdb::HashTableIterator< ValueT, TraitsT >
Definition at line 38 of file HashTable.h.