Microsoft.VisualC.StlClr Espacio de nombres

Contiene las clases, interfaces y enumeradores que se usan para implementar la biblioteca STL/CLR.

Clases

DequeEnumerator<TValue>

Admite iteración simple en cualquier objeto STL/CLR que implemente la interfaz IDeque<TValue>.

DequeEnumeratorBase<TValue>

Admite iteración simple en cualquier objeto STL/CLR que implemente la interfaz IDeque<TValue>.

GenericPair<TValue1,TValue2>

Describe un objeto que incluye un par de valores.

HashEnumerator<TKey,TValue>

Admite iteración simple en cualquier objeto STL/CLR que implemente la interfaz IHash<TKey,TValue>.

HashEnumeratorBase<TKey,TValue>

Admite iteración simple en cualquier objeto STL/CLR que implemente la interfaz IHash<TKey,TValue>.

ListEnumerator<TValue>

Admite iteración simple en cualquier objeto STL/CLR que implemente la interfaz IList<TValue>.

ListEnumeratorBase<TValue>

Admite iteración simple en cualquier objeto STL/CLR que implemente la interfaz IList<TValue>.

TreeEnumerator<TKey,TValue>

Admite iteración simple en cualquier objeto STL/CLR que implemente la interfaz ITree<TKey,TValue>.

TreeEnumeratorBase<TKey,TValue>

Admite iteración simple en cualquier objeto STL/CLR que implemente la interfaz ITree<TKey,TValue>.

VectorEnumerator<TValue>

Admite iteración simple en cualquier objeto STL/CLR que implemente la interfaz IVector<TValue>.

VectorEnumeratorBase<TValue>

Admite iteración simple en cualquier objeto STL/CLR que implemente la interfaz IVector<TValue>.

Interfaces

IDeque<TValue>

Define la interfaz de un objeto STL/CLR deque .

IHash<TKey,TValue>

Define la interfaz de los objetos STL/CLR hash_map, hash_multimap, hash_set, y hash_multiset .

IList<TValue>

Define la interfaz para un objeto list de STL/CLR.

IPriorityQueue<TValue,TCont>

Define la interfaz para un objeto priority_queue de STL/CLR.

IQueue<TValue,TCont>

Define la interfaz para un objeto queue de STL/CLR.

IStack<TValue,TCont>

Define la interfaz para un objeto stack de STL/CLR.

ITree<TKey,TValue>

Define la interfaz de los objetos STL/CLR hash_map, hash_multimap, hash_set, y hash_multiset .

IVector<TValue>

Define la interfaz para un objeto vector de STL/CLR.

Delegados

BinaryDelegate<TArg1,TArg2,TResult>

Describe un delegado de dos argumentos. Se utiliza para especificar los argumentos y el tipo de valor devuelto del delegado.

UnaryDelegate<TArg,TResult>

Describe un delegado de un argumento. Se utiliza para especificar el argumento y el tipo de valor devuelto del delegado.