LLVM 22.0.0git
llvm::ImmutableList< T >::iterator Class Reference

#include "llvm/ADT/ImmutableList.h"

Public Member Functions

 iterator ()=default
 iterator (ImmutableList l)
iteratoroperator++ ()
bool operator== (const iterator &I) const
bool operator!= (const iterator &I) const
const value_typeoperator* () 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]

template<typename T>
llvm::ImmutableList< T >::iterator::iterator ( )
default

Referenced by operator!=(), operator++(), and operator==().

◆ iterator() [2/2]

template<typename T>
llvm::ImmutableList< T >::iterator::iterator ( ImmutableList l)
inline

Member Function Documentation

◆ getList()

template<typename T>
ImmutableList llvm::ImmutableList< T >::iterator::getList ( ) const
inline

Definition at line 101 of file ImmutableList.h.

References llvm::ImmutableList< T >::ImmutableList().

◆ operator!=()

template<typename T>
bool llvm::ImmutableList< T >::iterator::operator!= ( const iterator & I) const
inline

Definition at line 95 of file ImmutableList.h.

References I, and iterator().

◆ operator*()

template<typename T>
const value_type & llvm::ImmutableList< T >::iterator::operator* ( ) const
inline

Definition at line 96 of file ImmutableList.h.

◆ operator++()

template<typename T>
iterator & llvm::ImmutableList< T >::iterator::operator++ ( )
inline

Definition at line 93 of file ImmutableList.h.

References iterator().

◆ operator->()

template<typename T>
const std::remove_reference_t< value_type > * llvm::ImmutableList< T >::iterator::operator-> ( ) const
inline

Definition at line 97 of file ImmutableList.h.

◆ operator==()

template<typename T>
bool llvm::ImmutableList< T >::iterator::operator== ( const iterator & I) const
inline

Definition at line 94 of file ImmutableList.h.

References I, and iterator().


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