LLVM API Documentation
#include <ImmutableMap.h>
Public Member Functions | |
| value_type_ref | operator* () const |
| value_type * | operator-> () const |
| key_type_ref | getKey () const |
| data_type_ref | getData () 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 | ImmutableMapRef |
Definition at line 380 of file ImmutableMap.h.
| data_type_ref llvm::ImmutableMapRef< KeyT, ValT, ValInfo >::iterator::getData | ( | ) | const [inline] |
Definition at line 392 of file ImmutableMap.h.
References llvm::ImutAVLTree< ImutInfo >::getValue().
| key_type_ref llvm::ImmutableMapRef< KeyT, ValT, ValInfo >::iterator::getKey | ( | ) | const [inline] |
Definition at line 391 of file ImmutableMap.h.
References llvm::ImutAVLTree< ImutInfo >::getValue().
| bool llvm::ImmutableMapRef< KeyT, ValT, ValInfo >::iterator::operator!= | ( | const iterator & | RHS | ) | const [inline] |
Definition at line 400 of file ImmutableMap.h.
| value_type_ref llvm::ImmutableMapRef< KeyT, ValT, ValInfo >::iterator::operator* | ( | ) | const [inline] |
Definition at line 388 of file ImmutableMap.h.
References llvm::ImutAVLTree< ImutInfo >::getValue().
| iterator& llvm::ImmutableMapRef< KeyT, ValT, ValInfo >::iterator::operator++ | ( | ) | [inline] |
Definition at line 395 of file ImmutableMap.h.
| iterator llvm::ImmutableMapRef< KeyT, ValT, ValInfo >::iterator::operator++ | ( | int | ) | [inline] |
Definition at line 396 of file ImmutableMap.h.
| iterator& llvm::ImmutableMapRef< KeyT, ValT, ValInfo >::iterator::operator-- | ( | ) | [inline] |
Definition at line 397 of file ImmutableMap.h.
| iterator llvm::ImmutableMapRef< KeyT, ValT, ValInfo >::iterator::operator-- | ( | int | ) | [inline] |
Definition at line 398 of file ImmutableMap.h.
| value_type* llvm::ImmutableMapRef< KeyT, ValT, ValInfo >::iterator::operator-> | ( | ) | const [inline] |
Definition at line 389 of file ImmutableMap.h.
References llvm::ImutAVLTree< ImutInfo >::getValue().
| bool llvm::ImmutableMapRef< KeyT, ValT, ValInfo >::iterator::operator== | ( | const iterator & | RHS | ) | const [inline] |
Definition at line 399 of file ImmutableMap.h.
friend class ImmutableMapRef [friend] |
Definition at line 385 of file ImmutableMap.h.