LLVM: llvm::ImmutableList< T >::iterator Class Reference (original) (raw)

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

Public Member Functions
iterator ()=default
iterator (ImmutableList l)
iterator & operator++ ()
bool operator== (const iterator &I) const
bool operator!= (const iterator &I) const
const value_type & operator* () const
const std::remove_reference_t< value_type > * operator-> () const
ImmutableList getList () const

Detailed Description

template<typename T>
class llvm::ImmutableList< T >::iterator

Definition at line 86 of file ImmutableList.h.

Constructor & Destructor Documentation

iterator() [1/2]

iterator() [2/2]

Member Function Documentation

getList()

operator!=()

operator*()

operator++()

operator->()

operator==()


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