System::WeakReference< T >::WeakReference 메서드

WeakReference< T >::WeakReference() method

기본 생성자.

System::WeakReference<T>::WeakReference()

또 보기

WeakReference< T >::WeakReference(const SmartPtr<T>&) method

WeakReference 클래스를 새 인스턴스로 초기화하고, 지정된 객체를 참조합니다.

System::WeakReference<T>::WeakReference(const SmartPtr<T> &data)
매개변수형식설명
dataconst SmartPtr<T>&Object 저장용.

또 보기

WeakReference< T >::WeakReference(const SmartPtr<T>&, bool) method

WeakReference 클래스를 새 인스턴스로 초기화하고, 지정된 객체를 참조합니다.

System::WeakReference<T>::WeakReference(const SmartPtr<T> &data, bool trackResurrection)
매개변수형식설명
dataconst SmartPtr<T>&Object 저장용.
trackResurrectionbool무시됨.

또 보기

WeakReference< T >::WeakReference(std::nullptr_t) method

nullptr를 사용한 생성자.

System::WeakReference<T>::WeakReference(std::nullptr_t)

또 보기