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