System::Collections::Generic::SortedDictionaryPtr klass
SortedDictionaryPtr class
Pekare till sorterad ordbok med åtkomstoperatorer. Denna typ är en pekare för att hantera radering av andra objekt. 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<T0>
Metoder
| Metod | Beskrivning |
|---|---|
| operator[](const T&) const | Åtkomstfunktion. |
| SortedDictionaryPtr() | Skapar nullpekare. |
| SortedDictionaryPtr(const SharedPtr<SortedDictionary<T, V>>&) | Skapar pekare till specificerad sorterad dictionary. |
Se även
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++