LLVM API Documentation
#include <ImmutableList.h>
Public Member Functions | |
| iterator () | |
| iterator (ImmutableList l) | |
| iterator & | operator++ () |
| bool | operator== (const iterator &I) const |
| bool | operator!= (const iterator &I) const |
| const value_type & | operator* () const |
| ImmutableList | getList () const |
Definition at line 81 of file ImmutableList.h.
| llvm::ImmutableList< T >::iterator::iterator | ( | ) | [inline] |
Definition at line 84 of file ImmutableList.h.
| llvm::ImmutableList< T >::iterator::iterator | ( | ImmutableList | l | ) | [inline] |
Definition at line 85 of file ImmutableList.h.
| ImmutableList llvm::ImmutableList< T >::iterator::getList | ( | ) | const [inline] |
Definition at line 91 of file ImmutableList.h.
| bool llvm::ImmutableList< T >::iterator::operator!= | ( | const iterator & | I | ) | const [inline] |
Definition at line 89 of file ImmutableList.h.
| const value_type& llvm::ImmutableList< T >::iterator::operator* | ( | ) | const [inline] |
Definition at line 90 of file ImmutableList.h.
| iterator& llvm::ImmutableList< T >::iterator::operator++ | ( | ) | [inline] |
Definition at line 87 of file ImmutableList.h.
| bool llvm::ImmutableList< T >::iterator::operator== | ( | const iterator & | I | ) | const [inline] |
Definition at line 88 of file ImmutableList.h.