ReverseRandomAccessIterator<TValue> 클래스

정의

를 호출하여 한 위치를 앞으로 이동하고, 를 호출operator--operator++하여 한 위치를 뒤로 이동하고, 를 사용하여 operator[]요소에 액세스하고, 포인터 산술 연산을 사용하여 요소에 액세스하는 작업을 지원하는 반복기를 제공합니다.

generic <typename TValue>
public ref class ReverseRandomAccessIterator : Microsoft::VisualC::StlClr::Generic::IRandomAccessIterator<TValue>
public class ReverseRandomAccessIterator<TValue> : Microsoft.VisualC.StlClr.Generic.IRandomAccessIterator<TValue>
type ReverseRandomAccessIterator<'Value> = class
    interface IRandomAccessIterator<'Value>
Public Class ReverseRandomAccessIterator(Of TValue)
Implements IRandomAccessIterator(Of TValue)

형식 매개 변수

TValue

제어되는 시퀀스의 요소 형식입니다.

상속
ReverseRandomAccessIterator<TValue>
구현

설명

일부 메서드, 특히 연산자는 매개 변수의 형식을 선언하지만 매개 변수 이름은 지정하지 않습니다. 이러한 매개 변수를 명명되지 않은 매개 변수라고 합니다. 이러한 메서드에 대한 설명서에서 A_0 자리 표시자는 명명되지 않은 매개 변수를 나타냅니다.

생성자

ReverseRandomAccessIterator<TValue>()

ReverseRandomAccessIterator<TValue> 개체를 할당하고 초기화합니다.

ReverseRandomAccessIterator<TValue>(IRandomAccessIterator<TValue>)

기존 ReverseRandomAccessIterator<TValue> 개체에서 새 IRandomAccessIterator<TValue> 개체를 할당 및 초기화합니다.

ReverseRandomAccessIterator<TValue>(ReverseRandomAccessIterator<TValue>)

기존 ReverseRandomAccessIterator<TValue> 개체에서 새 ReverseRandomAccessIterator<TValue> 개체를 할당 및 초기화합니다.

속성

Item[Int32]

컨테이너의 지정된 위치에 있는 요소에 액세스합니다.

메서드

base()

ReverseRandomAccessIterator<TValue> 개체에 대한 기본 기준 반복기를 가져옵니다.

Clone()

현재 ReverseRandomAccessIterator<TValue> 개체의 복사본을 만듭니다.

container()

반복기가 이동하고 있는 컨테이너를 가져옵니다.

distance(IRandomAccessIterator<TValue>)

현재 반복기가 가리키고 있는 요소와 지정된 반복기가 가리키고 있는 요소 사이의 거리를 확인합니다.

distance(ReverseRandomAccessIterator<TValue>)

현재 반복기가 가리키고 있는 요소와 지정된 반복기가 가리키고 있는 요소 사이의 거리를 확인합니다.

equal_to(IInputIterator<TValue>)

지정된 IInputIterator<TValue> 개체가 현재 ReverseRandomAccessIterator<TValue> 개체와 같은지 여부를 확인합니다.

equal_to(ReverseRandomAccessIterator<TValue>)

지정된 ReverseRandomAccessIterator<TValue> 개체가 현재 ReverseRandomAccessIterator<TValue> 개체와 같은지 여부를 확인합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
get_bias()

반복기의 바이어스를 가져옵니다. 바이어스는 요소 0에 대한 반복기의 오프셋입니다.

get_cref()

반복기가 현재 가리키고 있는 요소에 대한 상수 참조를 반환합니다.

get_node()

반복기가 가리키고 있는 노드 또는 요소를 가져옵니다.

get_ref()

반복기가 현재 가리키고 있는 요소에 대한 참조를 반환합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
less_than(IRandomAccessIterator<TValue>)

현재 반복기가 컨테이너에서 지정된 반복기가 가리키는 요소 앞에 있는 요소를 가리키는지 여부를 확인합니다.

less_than(ReverseRandomAccessIterator<TValue>)

현재 반복기가 컨테이너에서 지정된 반복기가 가리키는 요소 앞에 있는 요소를 가리키는지 여부를 확인합니다.

MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
move(Int32)

반복기를 지정된 요소 수만큼 이동합니다.

next()

역방향 반복기를 기본 컨테이너의 다음 위치로, 또는 컨테이너를 모두 이동한 경우에는 컨테이너 시작 부분 맨 앞의 첫 번째 위치로 증가시킵니다.

prev()

반복기를 현재 요소 바로 뒤의 요소에 배치합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
valid()

반복기가 유효하며 기본 컨테이너를 이동하는 데 안전하게 사용할 수 있는지 여부를 확인합니다.

연산자

Addition(ReverseRandomAccessIterator<TValue>, Int32)

역방향 반복기를 지정된 요소 수만큼 증가시킵니다. 정수 매개 변수는 더하기 연산자의 오른쪽에 지정됩니다.

Addition(ReverseRandomAccessIterator<TValue>, Int32, ReverseRandomAccessIterator<TValue>)

역방향 반복기를 지정된 요소 수만큼 증가시킵니다. 정수 매개 변수는 더하기 연산자의 왼쪽에 지정됩니다.

Assign(ReverseRandomAccessIterator<TValue>)

지정된 ReverseRandomAccessIterator<TValue> 개체를 현재 개체에 할당합니다.

Decrement(Int32, Int32)

역방향 반복기를 한 요소 감소시킵니다. 감소 연산자의 후위 버전입니다.

Decrement(ReverseRandomAccessIterator<TValue>)

역방향 반복기를 한 요소 감소시킵니다. 이는 감소 연산자의 전위 버전입니다.

Equality(ReverseRandomAccessIterator<TValue>)

두 반복기가 같은 개체인지 여부를 확인합니다.

GreaterThan(ReverseRandomAccessIterator<TValue>)

왼쪽 반복기의 위치가 지정된 오른쪽 반복기의 위치보다 큰지 여부를 확인합니다.

GreaterThanOrEqual(ReverseRandomAccessIterator<TValue>)

왼쪽 반복기의 위치가 지정된 오른쪽 반복기의 위치보다 크거나 같은지 여부를 확인합니다.

Implicit

ReverseRandomAccessIterator<TValue>IRandomAccessIterator<TValue>로 변환합니다.

Increment(Int32, Int32)

역방향 반복기를 한 요소 증가시킵니다. 증가 연산자의 후위 버전입니다.

Increment(ReverseRandomAccessIterator<TValue>)

역방향 반복기를 한 요소 증가시킵니다. 이는 증가 연산자의 전위 버전입니다.

Inequality(ReverseRandomAccessIterator<TValue>)

지정된 ReverseRandomAccessIterator<TValue> 개체가 현재 ReverseRandomAccessIterator<TValue> 개체와 다른지 여부를 확인합니다.

LessThan(ReverseRandomAccessIterator<TValue>)

왼쪽 반복기의 위치가 지정된 오른쪽 반복기의 위치보다 작은지 여부를 확인합니다.

LessThanOrEqual(ReverseRandomAccessIterator<TValue>)

왼쪽 반복기의 위치가 지정된 오른쪽 반복기의 위치보다 작거나 같은지 여부를 확인합니다.

MemberSelection(ReverseRandomAccessIterator<TValue>)

반복기가 현재 가리키고 있는 요소를 반환합니다.

PointerDereference(ReverseRandomAccessIterator<TValue>)

반복기가 현재 가리키고 있는 요소를 반환합니다.

Subtraction(IRandomAccessIterator<TValue>)

두 반복기 사이의 차이를 확인합니다.

Subtraction(ReverseRandomAccessIterator<TValue>, Int32)

반복기를 지정된 요소 수만큼 감소시킵니다. 정수 매개 변수는 빼기 연산자의 오른쪽에 지정됩니다.

적용 대상