class SmallSetIterator

Declaration

template <typename T, unsigned int N, typename C>
class SmallSetIterator { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/ADT/SmallSet.h:33

Templates

T
unsigned int N
C

Method Overview

Methods

SmallSetIterator<T, N, C>(int SetIter)

Declared at: llvm/include/llvm/ADT/SmallSet.h:51

Parameters

int SetIter

SmallSetIterator<T, N, C>(
    llvm::SmallSetIterator::VecIterTy VecIter)

Declared at: llvm/include/llvm/ADT/SmallSet.h:53

Parameters

llvm::SmallSetIterator::VecIterTy VecIter

SmallSetIterator<T, N, C>(
    const SmallSetIterator<T, N, C>& Other)

Declared at: llvm/include/llvm/ADT/SmallSet.h:64

Parameters

const SmallSetIterator<T, N, C>& Other

SmallSetIterator<T, N, C>(
    SmallSetIterator<T, N, C>&& Other)

Declared at: llvm/include/llvm/ADT/SmallSet.h:73

Parameters

SmallSetIterator<T, N, C>&& Other

~SmallSetIterator<T, N, C>()

Declared at: llvm/include/llvm/ADT/SmallSet.h:57