LLVM API Documentation

Public Member Functions
llvm::ImmutableList< T >::iterator Class Reference

#include <ImmutableList.h>

List of all members.

Public Member Functions

 iterator ()
 iterator (ImmutableList l)
iteratoroperator++ ()
bool operator== (const iterator &I) const
bool operator!= (const iterator &I) const
const value_typeoperator* () const
ImmutableList getList () const

Detailed Description

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

Definition at line 81 of file ImmutableList.h.


Constructor & Destructor Documentation

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

Definition at line 84 of file ImmutableList.h.

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

Definition at line 85 of file ImmutableList.h.


Member Function Documentation

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

Definition at line 91 of file ImmutableList.h.

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

Definition at line 89 of file ImmutableList.h.

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

Definition at line 90 of file ImmutableList.h.

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

Definition at line 87 of file ImmutableList.h.

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

Definition at line 88 of file ImmutableList.h.


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