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)null 포인터를 초기화합니다.
ListPtr(const SharedPtr<List<T>>&)지정된 리스트에 대한 포인터를 초기화합니다.
operator==(std::nullptr_t) constList 포인터가 null인지 확인합니다.
operator[](int)액세서.
operator[](int) const액세서.

또 보기