DictionaryIterator
DictionaryIterator class
Dictionary iterator that provides KeyValuePair notation.
template<typename Dict>class DictionaryIterator : public System::Details::NativeIteratorWrapperBase<Dict::KeyValuePairType, Dict::map_t::const_iterator>,
private System::Details::IteratorPointerUpdater<Dict::KeyValuePairType, false>
Template parameters
Parameter | Description |
---|---|
Dict | Dictionary class. |
Methods
Method | Description |
---|---|
System::Details::VirtualizedIteratorBase<typename Dict::KeyValuePairType> * CloneIterator() const override | Clones current iterator. |
void DecrementIterator() override | Moves the iterator step back. |
DictionaryIterator(typename Dict::map_t::const_iterator&&, typename Dict::map_t::const_iterator&&) | Constructor. |
DictionaryIterator(const typename Dict::map_t::const_iterator&, const typename Dict::map_t::const_iterator&) | Constructor. |
DictionaryIterator(DictionaryIterator&&) | Move constructor. |
void IncrementIterator() override | Moves the iterator step forward. |
void ShiftIteratorBy(std::ptrdiff_t) override | Moves the iterator by the specified number of steps. |
virtual ~DictionaryIterator() | Destructor. |
See Also
- Namespace System::Collections::Generic
- Library Aspose.Slides