LLVM 20.0.0git
|
#include "llvm/ADT/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 |
const std::remove_reference_t< value_type > * | operator-> () const |
ImmutableList | getList () const |
Definition at line 86 of file ImmutableList.h.
|
default |
|
inline |
Definition at line 91 of file ImmutableList.h.
|
inline |
Definition at line 101 of file ImmutableList.h.
|
inline |
Definition at line 95 of file ImmutableList.h.
References I.
|
inline |
Definition at line 96 of file ImmutableList.h.
|
inline |
Definition at line 93 of file ImmutableList.h.
|
inline |
Definition at line 97 of file ImmutableList.h.
|
inline |
Definition at line 94 of file ImmutableList.h.
References I.