Public Types | |
typedef Dictionary::_iterator::difference_type | difference_type |
Public Member Functions | |
_const_iterator () | |
_const_iterator (const _const_iterator &src) | |
_const_iterator (const _iterator &iter) | |
bool | operator== (const _const_iterator &rhs) const |
bool | operator!= (const _const_iterator &rhs) const |
const Dictionary::reference | operator * () const |
_const_iterator & | operator++ () |
_const_iterator | operator++ (int) |
_const_iterator & | operator-- () |
_const_iterator | operator-- (int) |
Protected Member Functions | |
_const_iterator (const Dictionary *inDictionary, bool inBegin) | |
_const_iterator (const Dictionary *inDictionary, const Dictionary::key_type &inKey) | |
Protected Attributes | |
Dictionary::_iterator | fIterator |
Friends | |
class | Dictionary |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|