System::Collections::Generic::DictionaryIterator class
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>
| Parameter | Beschrijving |
|---|---|
| Dict | Dictionary klasse. |
Methoden
| Methode | Beschrijving |
|---|---|
| CloneIterator() const override | Kloont de huidige iterator. |
| DecrementIterator() override | Verplaatst de iterator één stap terug. |
| 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. |
| IncrementIterator() override | Verplaatst de iterator één stap vooruit. |
| ShiftIteratorBy(std::ptrdiff_t) override | Verplaatst de iterator met het opgegeven aantal stappen. |
| virtual ~DictionaryIterator() | Destructor. |
Zie ook
- Namespace System::Collections::Generic
- Library Aspose.Page for C++