LLVM: llvm::SmallSetIterator< T, N, C (original) (raw)

SmallSetIterator - This class implements a const_iterator for SmallSet by delegating to the underlying SmallVector or Set iterators. More...

#include "[llvm/ADT/SmallSet.h](SmallSet%5F8h%5Fsource.html)"

Public Member Functions
SmallSetIterator (SetIterTy SetIter)
SmallSetIterator (VecIterTy VecIter)
~SmallSetIterator ()
SmallSetIterator (const SmallSetIterator &Other)
SmallSetIterator (SmallSetIterator &&Other)
SmallSetIterator & operator= (const SmallSetIterator &Other)
SmallSetIterator & operator= (SmallSetIterator &&Other)
bool operator== (const SmallSetIterator &RHS) const
SmallSetIterator & operator++ ()
const T & operator* () const
- Public Member Functions inherited from llvm::iterator_facade_base< SmallSetIterator< T, N, C >, std::forward_iterator_tag, T >
SmallSetIterator< T, N, C > operator+ (std::ptrdiff_t n) const
SmallSetIterator< T, N, C > operator- (std::ptrdiff_t n) const
SmallSetIterator< T, N, C > & operator++ ()
SmallSetIterator< T, N, C > operator++ (int)
SmallSetIterator< T, N, C > & operator-- ()
SmallSetIterator< T, N, C > operator-- (int)
bool operator!= (const SmallSetIterator< T, N, C > &RHS) const
bool operator> (const SmallSetIterator< T, N, C > &RHS) const
bool operator<= (const SmallSetIterator< T, N, C > &RHS) const
bool operator>= (const SmallSetIterator< T, N, C > &RHS) const
PointerProxy operator-> () const
ReferenceProxy operator[] (std::ptrdiff_t n) const
Additional Inherited Members
- Public Types inherited from llvm::iterator_facade_base< SmallSetIterator< T, N, C >, std::forward_iterator_tag, T >
using iterator_category = std::forward_iterator_tag
using value_type = T
using difference_type = std::ptrdiff_t
using pointer = T *
using reference = T &
- Protected Types inherited from llvm::iterator_facade_base< SmallSetIterator< T, N, C >, std::forward_iterator_tag, T >
enum

template<typename T, unsigned N, typename C>
class llvm::SmallSetIterator< T, N, C >

SmallSetIterator - This class implements a const_iterator for SmallSet by delegating to the underlying SmallVector or Set iterators.

Definition at line 31 of file SmallSet.h.

SmallSetIterator() [2/4]

~SmallSetIterator()

SmallSetIterator() [3/4]

SmallSetIterator() [4/4]

operator*()

operator++()

operator=() [1/2]

operator=() [2/2]

operator==()

SetIter

Definition at line 42 of file SmallSet.h.

Referenced by llvm::SmallSetIterator< T, N, C >::operator*(), llvm::SmallSetIterator< T, N, C >::operator++(), llvm::SmallSetIterator< T, N, C >::operator=(), llvm::SmallSetIterator< T, N, C >::operator==(), llvm::SmallSetIterator< T, N, C >::SmallSetIterator(), and llvm::SmallSetIterator< T, N, C >::~SmallSetIterator().

VecIter

Definition at line 43 of file SmallSet.h.

Referenced by llvm::SmallSetIterator< T, N, C >::operator*(), llvm::SmallSetIterator< T, N, C >::operator++(), llvm::SmallSetIterator< T, N, C >::operator=(), llvm::SmallSetIterator< T, N, C >::operator==(), llvm::SmallSetIterator< T, N, C >::SmallSetIterator(), and llvm::SmallSetIterator< T, N, C >::~SmallSetIterator().


The documentation for this class was generated from the following file: