Microsoft.VisualC.StlClr Namespace

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

Classes

Nome Description
DequeEnumerator<TValue>

Dá suporte à iteração simples em qualquer objeto STL/CLR que implemente a IDeque<TValue> interface.

DequeEnumeratorBase<TValue>

Dá suporte à iteração simples em qualquer objeto STL/CLR que implemente a IDeque<TValue> interface.

GenericPair<TValue1,TValue2>

Descreve um objeto que encapsula um par de valores.

HashEnumerator<TKey,TValue>

Dá suporte à iteração simples em qualquer objeto STL/CLR que implemente a IHash<TKey,TValue> interface.

HashEnumeratorBase<TKey,TValue>

Dá suporte à iteração simples em qualquer objeto STL/CLR que implemente a IHash<TKey,TValue> interface.

ListEnumerator<TValue>

Dá suporte à iteração simples em qualquer objeto STL/CLR que implemente a IList<TValue> interface.

ListEnumeratorBase<TValue>

Dá suporte à iteração simples em qualquer objeto STL/CLR que implemente a IList<TValue> interface.

TreeEnumerator<TKey,TValue>

Dá suporte à iteração simples em qualquer objeto STL/CLR que implemente a ITree<TKey,TValue> interface.

TreeEnumeratorBase<TKey,TValue>

Dá suporte à iteração simples em qualquer objeto STL/CLR que implemente a ITree<TKey,TValue> interface.

VectorEnumerator<TValue>

Dá suporte à iteração simples em qualquer objeto STL/CLR que implemente a IVector<TValue> interface.

VectorEnumeratorBase<TValue>

Dá suporte à iteração simples em qualquer objeto STL/CLR que implemente a IVector<TValue> interface.

Interfaces

Nome Description
IDeque<TValue>

Define a interface de um objeto STL/CLR deque .

IHash<TKey,TValue>

Define a interface do STL/CLR hash_mape hash_multimaphash_sethash_multiset objetos.

IList<TValue>

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

IPriorityQueue<TValue,TCont>

Define a interface de um objeto priority_queue STL/CLR.

IQueue<TValue,TCont>

Define a interface de 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_mape hash_multimaphash_sethash_multiset objetos.

IVector<TValue>

Define a interface de um objeto vetor STL/CLR.

Delegados

Nome Description
BinaryDelegate<TArg1,TArg2,TResult>

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

UnaryDelegate<TArg,TResult>

Descreve um delegado de um argumento. Use-o para especificar o argumento e o tipo de retorno do delegado.