LLVM API Documentation
#include <ImmutableSet.h>
Public Types | |
| 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 1055 of file ImmutableSet.h.
| typedef std::bidirectional_iterator_tag llvm::ImmutableSet< ValT, ValInfo >::iterator::iterator_category |
Definition at line 1066 of file ImmutableSet.h.
| typedef iterator::value_type* llvm::ImmutableSet< ValT, ValInfo >::iterator::pointer |
Definition at line 1065 of file ImmutableSet.h.
| typedef ImmutableSet<ValT,ValInfo>::value_type_ref llvm::ImmutableSet< ValT, ValInfo >::iterator::reference |
Definition at line 1064 of file ImmutableSet.h.
| typedef ImmutableSet<ValT,ValInfo>::value_type llvm::ImmutableSet< ValT, ValInfo >::iterator::value_type |
Definition at line 1063 of file ImmutableSet.h.
| bool llvm::ImmutableSet< ValT, ValInfo >::iterator::operator!= | ( | const iterator & | RHS | ) | const [inline] |
Definition at line 1077 of file ImmutableSet.h.
| iterator::reference llvm::ImmutableSet< ValT, ValInfo >::iterator::operator* | ( | ) | const [inline] |
Definition at line 1068 of file ImmutableSet.h.
Referenced by llvm::ImmutableSet< ValT, ValInfo >::iterator::operator->().
| iterator& llvm::ImmutableSet< ValT, ValInfo >::iterator::operator++ | ( | ) | [inline] |
Definition at line 1071 of file ImmutableSet.h.
| iterator llvm::ImmutableSet< ValT, ValInfo >::iterator::operator++ | ( | int | ) | [inline] |
Definition at line 1072 of file ImmutableSet.h.
| iterator& llvm::ImmutableSet< ValT, ValInfo >::iterator::operator-- | ( | ) | [inline] |
Definition at line 1073 of file ImmutableSet.h.
| iterator llvm::ImmutableSet< ValT, ValInfo >::iterator::operator-- | ( | int | ) | [inline] |
Definition at line 1074 of file ImmutableSet.h.
| iterator::pointer llvm::ImmutableSet< ValT, ValInfo >::iterator::operator-> | ( | ) | const [inline] |
Definition at line 1069 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 1076 of file ImmutableSet.h.
friend class ImmutableSet< ValT, ValInfo > [friend] |
Definition at line 1060 of file ImmutableSet.h.