Microsoft.VisualC.StlClr Espaço de Nomes

Contém as classes, interfaces e enumeradores usados para implementar a Biblioteca STL/CLR.

Classes

Name Description
DequeEnumerator<TValue>

Suporta iteração simples sobre qualquer objeto STL/CLR que implemente a IDeque<TValue> interface.

DequeEnumeratorBase<TValue>

Suporta iteração simples sobre qualquer objeto STL/CLR que implemente a IDeque<TValue> interface.

GenericPair<TValue1,TValue2>

Descreve um objeto que envolve um par de valores.

HashEnumerator<TKey,TValue>

Suporta iteração simples sobre qualquer objeto STL/CLR que implemente a IHash<TKey,TValue> interface.

HashEnumeratorBase<TKey,TValue>

Suporta iteração simples sobre qualquer objeto STL/CLR que implemente a IHash<TKey,TValue> interface.

ListEnumerator<TValue>

Suporta iteração simples sobre qualquer objeto STL/CLR que implemente a IList<TValue> interface.

ListEnumeratorBase<TValue>

Suporta iteração simples sobre qualquer objeto STL/CLR que implemente a IList<TValue> interface.

TreeEnumerator<TKey,TValue>

Suporta iteração simples sobre qualquer objeto STL/CLR que implemente a ITree<TKey,TValue> interface.

TreeEnumeratorBase<TKey,TValue>

Suporta iteração simples sobre qualquer objeto STL/CLR que implemente a ITree<TKey,TValue> interface.

VectorEnumerator<TValue>

Suporta iteração simples sobre qualquer objeto STL/CLR que implemente a IVector<TValue> interface.

VectorEnumeratorBase<TValue>

Suporta iteração simples sobre qualquer objeto STL/CLR que implemente a IVector<TValue> interface.

Interfaces

Name Description
IDeque<TValue>

Define a interface de um objeto STL/CLR deque .

IHash<TKey,TValue>

Define a interface do STL/CLR hash_map, hash_multimap, hash_set, e hash_multiset dos objetos.

IList<TValue>

Define a interface para um objeto de lista STL/CLR.

IPriorityQueue<TValue,TCont>

Define a interface para um objeto priority_queue STL/CLR.

IQueue<TValue,TCont>

Define a interface para um objeto de fila STL/CLR.

IStack<TValue,TCont>

Define a interface de um objeto de pilha STL/CLR.

ITree<TKey,TValue>

Define a interface do STL/CLR hash_map, hash_multimap, hash_set, e hash_multiset dos objetos.

IVector<TValue>

Define a interface para um objeto vetorial STL/CLR.

Delegados

Name Description
BinaryDelegate<TArg1,TArg2,TResult>

Descreve um delegado de dois argumentos. Usa-se para especificar os argumentos e o tipo de retorno do delegado.

UnaryDelegate<TArg,TResult>

Descreve um delegado de um argumento. Usa-se para especificar o tipo de argumento e devolução do delegado.