|
LLVM
3.7.0
|
#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.
|
inline |
Definition at line 84 of file ImmutableList.h.
|
inline |
Definition at line 85 of file ImmutableList.h.
|
inline |
Definition at line 91 of file ImmutableList.h.
|
inline |
Definition at line 89 of file ImmutableList.h.
|
inline |
Definition at line 90 of file ImmutableList.h.
|
inline |
Definition at line 87 of file ImmutableList.h.
|
inline |
Definition at line 88 of file ImmutableList.h.
1.8.6