Microsoft.VisualC.StlClr Przestrzeń nazw

Zawiera klasy, interfejsy i wyliczenia, które są używane do implementowania biblioteki STL/CLR.

Klasy

DequeEnumerator<TValue>

Obsługuje prostą iterację dla każdego obiektu STL/CLR, który implementuje IDeque<TValue> interfejs.

DequeEnumeratorBase<TValue>

Obsługuje prostą iterację dowolnego obiektu STL/CLR, który implementuje IDeque<TValue> interfejs.

GenericPair<TValue1,TValue2>

Opisuje obiekt, który opakowywuje parę wartości.

HashEnumerator<TKey,TValue>

Obsługuje prostą iterację na dowolnym obiekcie STL/CLR, który implementuje IHash<TKey,TValue> interfejs.

HashEnumeratorBase<TKey,TValue>

Obsługuje prostą iterację dla każdego obiektu STL/CLR, który implementuje IHash<TKey,TValue> interfejs.

ListEnumerator<TValue>

Obsługuje prostą iterację dla każdego obiektu STL/CLR, który implementuje IList<TValue> interfejs.

ListEnumeratorBase<TValue>

Obsługuje prostą iterację dla każdego obiektu STL/CLR, który implementuje IList<TValue> interfejs.

TreeEnumerator<TKey,TValue>

Obsługuje prostą iterację na dowolnym obiekcie STL/CLR, który implementuje ITree<TKey,TValue> interfejs.

TreeEnumeratorBase<TKey,TValue>

Obsługuje prostą iterację dla każdego obiektu STL/CLR, który implementuje ITree<TKey,TValue> interfejs.

VectorEnumerator<TValue>

Obsługuje prostą iterację dla każdego obiektu STL/CLR, który implementuje IVector<TValue> interfejs.

VectorEnumeratorBase<TValue>

Obsługuje prostą iterację dla każdego obiektu STL/CLR, który implementuje IVector<TValue> interfejs.

Interfejsy

IDeque<TValue>

Definiuje interfejs obiektu STL/CLR deque .

IHash<TKey,TValue>

Definiuje interfejs obiektów STL/CLR hash_map , hash_multimap, hash_seti hash_multiset obiektów.

IList<TValue>

Definiuje interfejs dla obiektu listy STL/CLR.

IPriorityQueue<TValue,TCont>

Definiuje interfejs dla obiektu priority_queue STL/CLR. https://docs.microsoft.com/cpp/dotnet/priority-queue-stl-clr

IQueue<TValue,TCont>

Definiuje interfejs dla obiektu kolejki STL/CLR. https://docs.microsoft.com/cpp/dotnet/queue-stl-clr

IStack<TValue,TCont>

Definiuje interfejs obiektu stosu STL/CLR. https://docs.microsoft.com/cpp/dotnet/stack-stl-clr

ITree<TKey,TValue>

Definiuje interfejs obiektów HASH_MAPSTL/CLR, hash_multimap, hash_seti hash_multiset .

IVector<TValue>

Definiuje interfejs dla obiektu wektorowego STL/CLR.

Delegaci

BinaryDelegate<TArg1,TArg2,TResult>

Opisuje delegata z dwoma argumentami. Umożliwia ona określenie argumentów i zwracany typ delegata.

UnaryDelegate<TArg,TResult>

Opisuje delegata z jednym argumentem. Służy do określania argumentu i zwracanego typu delegata.