LLVM  8.0.1
Public Member Functions | List of all members
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< value_type >::typeoperator-> () 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

◆ iterator() [2/2]

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

Definition at line 91 of file ImmutableList.h.

Member Function Documentation

◆ getList()

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

Definition at line 101 of file ImmutableList.h.

◆ operator!=()

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

Definition at line 95 of file ImmutableList.h.

◆ operator*()

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

Definition at line 96 of file ImmutableList.h.

References llvm::ImmutableListImpl< T >::getHead().

◆ operator++()

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

Definition at line 93 of file ImmutableList.h.

References llvm::ImmutableListImpl< T >::getTail().

◆ operator->()

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

Definition at line 97 of file ImmutableList.h.

References llvm::ImmutableListImpl< T >::getHead().

◆ operator==()

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

Definition at line 94 of file ImmutableList.h.


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