class ImmutableList::iterator

Declaration

class ImmutableList::iterator { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ADT/ImmutableList.h:86

Member Variables

private const ImmutableListImpl<T>* L = nullptr

Method Overview

Methods

ImmutableList<T> getList() const

Declared at: llvm/include/llvm/ADT/ImmutableList.h:101

iterator()

Declared at: llvm/include/llvm/ADT/ImmutableList.h:90

iterator(ImmutableList<T> l)

Declared at: llvm/include/llvm/ADT/ImmutableList.h:91

Parameters

ImmutableList<T> l