Udostępnij za pośrednictwem


Microsoft.VisualC.StlClr Przestrzeń nazw

Zawiera klasy, interfejsy i moduły wyliczające używane do implementowania biblioteki STL/CLR.

Klasy

DequeEnumerator<TValue>

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

DequeEnumeratorBase<TValue>

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

GenericPair<TValue1,TValue2>

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

HashEnumerator<TKey,TValue>

Obsługuje prostą iterację za pośrednictwem dowolnego obiektu STL/CLR, który implementuje IHash<TKey,TValue> interfejs.

HashEnumeratorBase<TKey,TValue>

Obsługuje prostą iterację za pośrednictwem dowolnego obiektu STL/CLR, który implementuje IHash<TKey,TValue> interfejs.

ListEnumerator<TValue>

Obsługuje prostą iterację za pośrednictwem dowolnego obiektu STL/CLR, który implementuje IList<TValue> interfejs.

ListEnumeratorBase<TValue>

Obsługuje prostą iterację za pośrednictwem dowolnego obiektu STL/CLR, który implementuje IList<TValue> interfejs.

TreeEnumerator<TKey,TValue>

Obsługuje prostą iterację za pośrednictwem dowolnego obiektu STL/CLR, który implementuje ITree<TKey,TValue> interfejs.

TreeEnumeratorBase<TKey,TValue>

Obsługuje prostą iterację za pośrednictwem dowolnego obiektu STL/CLR, który implementuje ITree<TKey,TValue> interfejs.

VectorEnumerator<TValue>

Obsługuje prostą iterację za pośrednictwem dowolnego obiektu STL/CLR, który implementuje IVector<TValue> interfejs.

VectorEnumeratorBase<TValue>

Obsługuje prostą iterację za pośrednictwem dowolnego 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 .

IList<TValue>

Definiuje interfejs obiektu listy STL/CLR.

IPriorityQueue<TValue,TCont>

Definiuje interfejs obiektu priority_queue STL/CLR.

IQueue<TValue,TCont>

Definiuje interfejs obiektu kolejki STL/CLR.

IStack<TValue,TCont>

Definiuje interfejs obiektu stosu STL/CLR.

ITree<TKey,TValue>

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

IVector<TValue>

Definiuje interfejs obiektu wektora STL/CLR.

Delegaci

BinaryDelegate<TArg1,TArg2,TResult>

Opisuje delegata dwóch argumentów. Służy do określania argumentów i zwracania typu delegata.

UnaryDelegate<TArg,TResult>

Opisuje delegata jednego argumentu. Służy do określania argumentu i zwracania typu delegata.