LLVM API Documentation
#include <ImmutableSet.h>
Public Member Functions | |
iterator () | |
value_type_ref | operator* () const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator-- () |
iterator | operator-- (int) |
bool | operator== (const iterator &RHS) const |
bool | operator!= (const iterator &RHS) const |
value_type * | operator-> () const |
Friends | |
class | ImmutableSetRef< ValT, ValInfo > |
Definition at line 1203 of file ImmutableSet.h.
|
inline |
Definition at line 1208 of file ImmutableSet.h.
|
inline |
Definition at line 1215 of file ImmutableSet.h.
|
inline |
Definition at line 1209 of file ImmutableSet.h.
References llvm::ImutAVLTree< ImutInfo >::getValue().
Referenced by llvm::ImmutableSetRef< ValT, ValInfo >::iterator::operator->().
|
inline |
Definition at line 1210 of file ImmutableSet.h.
|
inline |
Definition at line 1211 of file ImmutableSet.h.
|
inline |
Definition at line 1212 of file ImmutableSet.h.
|
inline |
Definition at line 1213 of file ImmutableSet.h.
|
inline |
Definition at line 1216 of file ImmutableSet.h.
References llvm::ImmutableSetRef< ValT, ValInfo >::iterator::operator*().
|
inline |
Definition at line 1214 of file ImmutableSet.h.
|
friend |
Definition at line 1206 of file ImmutableSet.h.