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-- ()
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
using value_type
using difference_type
using pointer
using reference
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 33 of file SmallSet.h.

SmallSetIterator() [2/4]

~SmallSetIterator()

SmallSetIterator() [3/4]

SmallSetIterator() [4/4]

operator*()

operator++()

operator=() [1/2]

operator=() [2/2]

operator==()

SetIter

VecIter


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