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<List<T>>

विधियाँ

विधिविवरण
ListPtr(std::nullptr_t)नल-पॉइंटर को प्रारंभ करता है।
ListPtr(const SharedPtr<List<T>>&)निर्दिष्ट सूची के लिए पॉइंटर को प्रारंभ करता है।
operator==(std::nullptr_t) constजाँचता है कि List पॉइंटर नल है या नहीं।
operator[](int)एक्सेसर।
operator[](int) constएक्सेसर।

संबंधित देखें