System::Collections::Generic::ListPtr فئة
ListPtr class
List pointer with access operators. 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>class ListPtr : public System::SmartPtr<T0>
الطرق
| طريقة | الوصف |
|---|---|
| ListPtr(std::nullptr_t) | يُهيئ مؤشرًا فارغًا. |
| ListPtr(const SharedPtr<List<T>>&) | يُهيئ مؤشرًا إلى القائمة المحددة. |
| operator==(std::nullptr_t) const | يتحقق مما إذا كان مؤشر List فارغًا. |
| operator[](int) | الوصول. |
| operator[](int) const | الوصول. |
انظر أيضًا
- Class SmartPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++