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الوصول.

انظر أيضًا