ConstContainerBidirectionalIterator<TValue> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インクリメント演算子を使用して前方向に、またデクリメント演算子を使用して後方向にコンテナーの要素にアクセスできる反復子を定義します。 反復子が指す要素は変更できません。 双方向反復子は、定数入力または定数出力の反復子が必要である任意の場所で使用できます。
generic <typename TValue>
public ref class ConstContainerBidirectionalIterator : Microsoft::VisualC::StlClr::Generic::IBidirectionalIterator<TValue>
public class ConstContainerBidirectionalIterator<TValue> : Microsoft.VisualC.StlClr.Generic.IBidirectionalIterator<TValue>
type ConstContainerBidirectionalIterator<'Value> = class
interface IBidirectionalIterator<'Value>
Public Class ConstContainerBidirectionalIterator(Of TValue)
Implements IBidirectionalIterator(Of TValue)
型パラメーター
- TValue
被制御シーケンス内の要素の型。
- 継承
-
ConstContainerBidirectionalIterator<TValue>
- 実装
注釈
いくつかのメソッド (特に演算子など) では、パラメーター名を特定せずに、パラメーターの型を宣言します。 このようなパラメーターを、無名パラメーターと呼びます。 これらのメソッドのドキュメントでは、 A_0 プレースホルダーは名前のないパラメーターを表します。
コンストラクター
ConstContainerBidirectionalIterator<TValue>() |
新しい ConstContainerBidirectionalIterator<TValue> オブジェクトを割り当て、初期化します。 |
ConstContainerBidirectionalIterator<TValue>(ConstContainerBidirectionalIterator<TValue>) |
既存の ConstContainerBidirectionalIterator<TValue> オブジェクトから、新しい ConstContainerBidirectionalIterator<TValue> オブジェクトを割り当て、初期化します。 |
ConstContainerBidirectionalIterator<TValue>(ContainerBidirectionalIterator<TValue>) |
既存の ConstContainerBidirectionalIterator<TValue> オブジェクトから、新しい ContainerBidirectionalIterator<TValue> オブジェクトを割り当て、初期化します。 |
ConstContainerBidirectionalIterator<TValue>(INode<TValue>) |
指定のノードを指す新しい ConstContainerBidirectionalIterator<TValue> オブジェクトを割り当て、初期化します。 |
メソッド
Clone() |
現在の ConstContainerBidirectionalIterator<TValue> オブジェクトのコピーを返します。 |
container() |
反復子が走査するコンテナーを取得します。 |
equal_to(ConstContainerBidirectionalIterator<TValue>) |
指定の ConstContainerBidirectionalIterator<TValue> オブジェクトが現在の ConstContainerBidirectionalIterator<TValue> オブジェクトと同じかどうかを判断します。 |
equal_to(IInputIterator<TValue>) |
指定の IInputIterator<TValue> オブジェクトが現在の ConstContainerBidirectionalIterator<TValue> オブジェクトと同じかどうかを判断します。 |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
get_bias() |
反復子のバイアスを取得します。 バイアスとは、要素ゼロを基準とした反復子のオフセットです。 |
get_cref() |
反復子が現在指している要素への定数参照を返します。 |
get_node() |
反復子が指しているノード、つまり要素を取得します。 |
get_ref() |
反復子が現在指している要素への参照を返します。 |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
next() |
基になるコンテナー内の次の位置に反復子をインクリメントします。コンテナーの走査が完了した場合は、コンテナーの末尾を越えた最初の位置にインクリメントします。 |
prev() |
現在の要素の直前の要素に反復子を移動します。 |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
valid() |
反復子が有効で、基になるコンテナーの走査のために安全に使用できるかどうかを判断します。 |
演算子
適用対象
.NET