|
LLVM
4.0.0
|
#include <ImmutableList.h>
Public Member Functions | |
| iterator ()=default | |
| 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 82 of file ImmutableList.h.
|
default |
|
inline |
Definition at line 87 of file ImmutableList.h.
|
inline |
Definition at line 94 of file ImmutableList.h.
|
inline |
Definition at line 91 of file ImmutableList.h.
|
inline |
Definition at line 92 of file ImmutableList.h.
|
inline |
Definition at line 89 of file ImmutableList.h.
|
inline |
Definition at line 90 of file ImmutableList.h.
1.8.6