System::Collections::Generic::ValueIterator クラス
ValueIterator class
Dictionary iterator that provides value access.
template<typename Dict>class ValueIterator : public System::Details::NativeIteratorWrapperBase<Dict::map_t::mapped_type, Dict::map_t::const_iterator>,
private System::Details::IteratorPointerUpdater<Dict::map_t::mapped_type, false>
| パラメーター | 説明 |
|---|---|
| Dict | Dictionary クラス。 |
メソッド
| メソッド | 説明 |
|---|---|
| CloneIterator() const override | 現在のイテレータをクローンします。 |
| DecrementIterator() override | イテレータを 1 ステップ後退させます。 |
| IncrementIterator() override | イテレータを 1 ステップ前進させます。 |
| ShiftIteratorBy(std::ptrdiff_t) override | イテレータを指定されたステップ数だけ移動させます。 |
| ValueIterator(typename Dict::map_t::const_iterator&&, typename Dict::map_t::const_iterator&&) | コンストラクタ。 |
| ValueIterator(const typename Dict::map_t::const_iterator&, const typename Dict::map_t::const_iterator&) | コンストラクタ。 |
| ValueIterator(ValueIterator&&) | ムーブコンストラクタ。 |
| virtual ~ValueIterator() | デストラクタ。 |
参照
- Namespace System::Collections::Generic
- Library Aspose.Page for C++