System::Collections::Generic::DictionaryIterator Klasse

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>
ParameterBeschreibung
DictDictionary Klasse.

Methoden

MethodeBeschreibung
CloneIterator() const overrideKlonen des aktuellen Iterators.
DecrementIterator() overrideBewegt den Iterator einen Schritt zurück.
DictionaryIterator(typename Dict::map_t::const_iterator&&, typename Dict::map_t::const_iterator&&)Konstruktor.
DictionaryIterator(const typename Dict::map_t::const_iterator&, const typename Dict::map_t::const_iterator&)Konstruktor.
DictionaryIterator(DictionaryIterator&&)Move-Konstruktor.
IncrementIterator() overrideBewegt den Iterator einen Schritt vorwärts.
ShiftIteratorBy(std::ptrdiff_t) overrideBewegt den Iterator um die angegebene Anzahl von Schritten.
virtual ~DictionaryIterator()Destruktor.

Siehe auch