Microsoft.VisualC.StlClr Namespace

 

Contains the classes, interfaces, and enumerators that are used to implement the STL/CLR Library.

ClassDescription
System_CAPS_pubclassDequeEnumerator(Of TValue)

Supports simple iteration over any STL/CLR object that implements the IDeque(Of TValue) interface.

System_CAPS_pubclassDequeEnumeratorBase(Of TValue)

Supports simple iteration over any STL/CLR object that implements the IDeque(Of TValue) interface.

System_CAPS_pubclassGenericPair(Of TValue1, TValue2)

Describes an object that wraps a pair of values.

System_CAPS_pubclassHashEnumerator(Of TKey, TValue)

Supports simple iteration over any STL/CLR object that implements the IHash(Of TKey, TValue) interface.

System_CAPS_pubclassHashEnumeratorBase(Of TKey, TValue)

Supports simple iteration over any STL/CLR object that implements the IHash(Of TKey, TValue) interface.

System_CAPS_pubclassListEnumerator(Of TValue)

Supports simple iteration over any STL/CLR object that implements the IList(Of TValue) interface.

System_CAPS_pubclassListEnumeratorBase(Of TValue)

Supports simple iteration over any STL/CLR object that implements the IList(Of TValue) interface.

System_CAPS_pubclassTreeEnumerator(Of TKey, TValue)

Supports simple iteration over any STL/CLR object that implements the ITree(Of TKey, TValue) interface.

System_CAPS_pubclassTreeEnumeratorBase(Of TKey, TValue)

Supports simple iteration over any STL/CLR object that implements the ITree(Of TKey, TValue) interface.

System_CAPS_pubclassVectorEnumerator(Of TValue)

Supports simple iteration over any STL/CLR object that implements the IVector(Of TValue) interface.

System_CAPS_pubclassVectorEnumeratorBase(Of TValue)

Supports simple iteration over any STL/CLR object that implements the IVector(Of TValue) interface.

InterfaceDescription
System_CAPS_pubinterfaceIDeque(Of TValue)

Defines the interface of an STL/CLR deque object.

System_CAPS_pubinterfaceIHash(Of TKey, TValue)

Defines the interface of the STL/CLR hash_map, hash_multimap, hash_set, and hash_multiset objects.

System_CAPS_pubinterfaceIList(Of TValue)

Defines the interface for an STL/CLR list object.

System_CAPS_pubinterfaceIPriorityQueue(Of TValue, TCont)

Defines the interface for an STL/CLR priority_queue object.

System_CAPS_pubinterfaceIQueue(Of TValue, TCont)

Defines the interface for an STL/CLR queue object.

System_CAPS_pubinterfaceIStack(Of TValue, TCont)

Defines the interface of an STL/CLR stack object.

System_CAPS_pubinterfaceITree(Of TKey, TValue)

Defines the interface of the STL/CLR hash_map, hash_multimap, hash_set, and hash_multiset objects.

System_CAPS_pubinterfaceIVector(Of TValue)

Defines the interface for an STL/CLR vector object.

DelegateDescription
System_CAPS_pubdelegateBinaryDelegate(Of TArg1, TArg2, TResult)

Describes a two-argument delegate. You use it to specify the arguments and return type of the delegate.

System_CAPS_pubdelegateUnaryDelegate(Of TArg, TResult)

Describes a one-argument delegate. You use it to specify the argument and return type of the delegate.

Return to top
Show: