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