LLVM
8.0.1
|
#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< value_type >::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.
|
inline |
Definition at line 96 of file ImmutableList.h.
References llvm::ImmutableListImpl< T >::getHead().
|
inline |
Definition at line 93 of file ImmutableList.h.
References llvm::ImmutableListImpl< T >::getTail().
|
inline |
Definition at line 97 of file ImmutableList.h.
References llvm::ImmutableListImpl< T >::getHead().
|
inline |
Definition at line 94 of file ImmutableList.h.