LLVM API Documentation
#include <ImmutableSet.h>
Public Types | |
typedef ptrdiff_t | difference_type |
typedef ImmutableSet< ValT, ValInfo >::value_type | value_type |
typedef ImmutableSet< ValT, ValInfo >::value_type_ref | reference |
typedef iterator::value_type * | pointer |
typedef std::bidirectional_iterator_tag | iterator_category |
Public Member Functions | |
iterator::reference | operator* () const |
iterator::pointer | operator-> () const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator-- () |
iterator | operator-- (int) |
bool | operator== (const iterator &RHS) const |
bool | operator!= (const iterator &RHS) const |
Friends | |
class | ImmutableSet< ValT, ValInfo > |
Definition at line 1067 of file ImmutableSet.h.
typedef ptrdiff_t llvm::ImmutableSet< ValT, ValInfo >::iterator::difference_type |
Definition at line 1075 of file ImmutableSet.h.
typedef std::bidirectional_iterator_tag llvm::ImmutableSet< ValT, ValInfo >::iterator::iterator_category |
Definition at line 1079 of file ImmutableSet.h.
typedef iterator::value_type* llvm::ImmutableSet< ValT, ValInfo >::iterator::pointer |
Definition at line 1078 of file ImmutableSet.h.
typedef ImmutableSet<ValT,ValInfo>::value_type_ref llvm::ImmutableSet< ValT, ValInfo >::iterator::reference |
Definition at line 1077 of file ImmutableSet.h.
typedef ImmutableSet<ValT,ValInfo>::value_type llvm::ImmutableSet< ValT, ValInfo >::iterator::value_type |
Definition at line 1076 of file ImmutableSet.h.
|
inline |
Definition at line 1090 of file ImmutableSet.h.
|
inline |
Definition at line 1081 of file ImmutableSet.h.
References llvm::ImutAVLTree< ImutInfo >::getValue().
Referenced by llvm::ImmutableSet< ValT, ValInfo >::iterator::operator->().
|
inline |
Definition at line 1084 of file ImmutableSet.h.
|
inline |
Definition at line 1085 of file ImmutableSet.h.
|
inline |
Definition at line 1086 of file ImmutableSet.h.
|
inline |
Definition at line 1087 of file ImmutableSet.h.
|
inline |
Definition at line 1082 of file ImmutableSet.h.
References llvm::ImmutableSet< ValT, ValInfo >::iterator::operator*().
|
inline |
Definition at line 1089 of file ImmutableSet.h.
|
friend |
Definition at line 1072 of file ImmutableSet.h.