#include <sharelib.h>
Public Member Functions | |
| const_iterator () | |
| TData_const_pointer | operator-> () |
| operator TData_const_pointer () | |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| bool | operator== (const const_iterator &other) |
| bool | operator!= (const const_iterator &other) |
Friends | |
| class | Map |
Definition at line 1240 of file sharelib.h.
| Share::Map< TKey, TValue, TAllocator >::const_iterator::const_iterator | ( | ) | [inline] |
Definition at line 1242 of file sharelib.h.
| TData_const_pointer Share::Map< TKey, TValue, TAllocator >::const_iterator::operator-> | ( | ) | [inline] |
| Share::Map< TKey, TValue, TAllocator >::const_iterator::operator TData_const_pointer | ( | ) | [inline] |
Implicit conversion to pointer.
Definition at line 1262 of file sharelib.h.
| const_iterator& Share::Map< TKey, TValue, TAllocator >::const_iterator::operator++ | ( | ) | [inline] |
iterator - step forward operation
Definition at line 1269 of file sharelib.h.
| const_iterator Share::Map< TKey, TValue, TAllocator >::const_iterator::operator++ | ( | int | ) | [inline] |
iterator - step forward operation
Definition at line 1289 of file sharelib.h.
References Share::operator++().
| bool Share::Map< TKey, TValue, TAllocator >::const_iterator::operator== | ( | const const_iterator & | other | ) | [inline] |
iterator comparatation
Definition at line 1298 of file sharelib.h.
References Share::Map< TKey, TValue, TAllocator >::const_iterator::hTable_, and Share::Map< TKey, TValue, TAllocator >::const_iterator::item_.
| bool Share::Map< TKey, TValue, TAllocator >::const_iterator::operator!= | ( | const const_iterator & | other | ) | [inline] |
iterator negative comparation
Definition at line 1307 of file sharelib.h.
References Share::operator==().
friend class Map [friend] |
Definition at line 1323 of file sharelib.h.
1.5.2