فئة System::Collections::Generic::DictionaryPtr
DictionaryPtr class
Dictionary pointer class with operator overloads. This type is a pointer to manage other object’s deletion. It should be allocated on stack and passed to functions either by value or by const reference.
template<typename T,typename V>class DictionaryPtr : public System::SmartPtr<T0>
| معامل | الوصف |
|---|---|
| T | نوع المفتاح. |
| V | نوع القيمة. |
الطرق
| طريقة | الوصف |
|---|---|
| DictionaryPtr() | يُهيئ مؤشرًا فارغًا. |
| DictionaryPtr(const SharedPtr<Dictionary<T, V>>&) | يحول نوع المؤشر. |
| operator[](const X&) const | مشغل الوصول للعمل مع تحويل نوع المفتاح. |
| operator[](const T&) const | مشغل الوصول. |
انظر أيضًا
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++