System::Collections::Generic::SortedDictionaryPtr class

SortedDictionaryPtr class

Sorterad ordbok pekare med åtkomstoperatorer. Denna typ är en pekare för att hantera andra objekts borttagning. Den bör allokeras på stacken och skickas till funktioner antingen som värde eller som konstant referens.

template<typename T,typename V>class SortedDictionaryPtr : public System::SmartPtr<SortedDictionary<T, V>>

Metoder

MetodBeskrivning
operator[](const T&) constÅtkomstfunktion.
SortedDictionaryPtr()Skapar nullpekare.
SortedDictionaryPtr(const SharedPtr<SortedDictionary<T, V>>&)Skapar en pekare till den angivna sorterade ordboken.

Se även