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
| Metod | Beskrivning |
|---|---|
| operator[](const T&) const | Åtkomstfunktion. |
| SortedDictionaryPtr() | Skapar nullpekare. |
| SortedDictionaryPtr(const SharedPtr<SortedDictionary<T, V>>&) | Skapar en pekare till den angivna sorterade ordboken. |
Se även
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++