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 1062 of file ImmutableSet.h.
typedef ptrdiff_t llvm::ImmutableSet< ValT, ValInfo >::iterator::difference_type |
Definition at line 1070 of file ImmutableSet.h.
typedef std::bidirectional_iterator_tag llvm::ImmutableSet< ValT, ValInfo >::iterator::iterator_category |
Definition at line 1074 of file ImmutableSet.h.
typedef iterator::value_type* llvm::ImmutableSet< ValT, ValInfo >::iterator::pointer |
Definition at line 1073 of file ImmutableSet.h.
typedef ImmutableSet<ValT,ValInfo>::value_type_ref llvm::ImmutableSet< ValT, ValInfo >::iterator::reference |
Definition at line 1072 of file ImmutableSet.h.
typedef ImmutableSet<ValT,ValInfo>::value_type llvm::ImmutableSet< ValT, ValInfo >::iterator::value_type |
Definition at line 1071 of file ImmutableSet.h.
bool llvm::ImmutableSet< ValT, ValInfo >::iterator::operator!= | ( | const iterator & | RHS | ) | const [inline] |
Definition at line 1085 of file ImmutableSet.h.
iterator::reference llvm::ImmutableSet< ValT, ValInfo >::iterator::operator* | ( | ) | const [inline] |
Definition at line 1076 of file ImmutableSet.h.
References llvm::ImutAVLTree< ImutInfo >::getValue().
Referenced by llvm::ImmutableSet< ValT, ValInfo >::iterator::operator->().
iterator& llvm::ImmutableSet< ValT, ValInfo >::iterator::operator++ | ( | ) | [inline] |
Definition at line 1079 of file ImmutableSet.h.
iterator llvm::ImmutableSet< ValT, ValInfo >::iterator::operator++ | ( | int | ) | [inline] |
Definition at line 1080 of file ImmutableSet.h.
iterator& llvm::ImmutableSet< ValT, ValInfo >::iterator::operator-- | ( | ) | [inline] |
Definition at line 1081 of file ImmutableSet.h.
iterator llvm::ImmutableSet< ValT, ValInfo >::iterator::operator-- | ( | int | ) | [inline] |
Definition at line 1082 of file ImmutableSet.h.
iterator::pointer llvm::ImmutableSet< ValT, ValInfo >::iterator::operator-> | ( | ) | const [inline] |
Definition at line 1077 of file ImmutableSet.h.
References llvm::ImmutableSet< ValT, ValInfo >::iterator::operator*().
bool llvm::ImmutableSet< ValT, ValInfo >::iterator::operator== | ( | const iterator & | RHS | ) | const [inline] |
Definition at line 1084 of file ImmutableSet.h.
friend class ImmutableSet< ValT, ValInfo > [friend] |
Definition at line 1067 of file ImmutableSet.h.