|
| 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 |
|
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 |
|
template<typename T, unsigned N, typename C>
class wpi::SmallSetIterator< T, N, C >
SmallSetIterator - This class implements a const_iterator for SmallSet by delegating to the underlying SmallVector or Set iterators.