System::Collections::Generic::SortedDictionaryPtr فئة
SortedDictionaryPtr class
مؤشر القاموس المرتب مع عوامل الوصول. هذا النوع هو مؤشر لإدارة حذف الكائنات الأخرى. يجب تخصيصه على المكدس وتمريره إلى الدوال إما بالقيمة أو بالمرجع الثابت.
template<typename T,typename V>class SortedDictionaryPtr : public System::SmartPtr<SortedDictionary<T, V>>
الطرق
| طريقة | الوصف |
|---|---|
| operator[](const T&) const | دالة وصول. |
| SortedDictionaryPtr() | ينشئ مؤشرًا فارغًا. |
| SortedDictionaryPtr(const SharedPtr<SortedDictionary<T, V>>&) | ينشئ مؤشرًا إلى القاموس المرتب المحدد. |
انظر أيضًا
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++