System::WeakReference< T >::WeakReference method
Contents
[
Hide
]WeakReference< T >::WeakReference() method
Default constructor.
System::WeakReference<T>::WeakReference()
See Also
- Class WeakReference< T >
- Namespace System
- Library Aspose.TeX for C++
WeakReference< T >::WeakReference(const SmartPtr<T>&) method
Initializes a new instance of the WeakReference class, referencing the specified object.
System::WeakReference<T>::WeakReference(const SmartPtr<T> &data)
Parameter | Type | Description |
---|---|---|
data | const SmartPtr<T>& | Object to store. |
See Also
- Class SmartPtr
- Class WeakReference< T >
- Namespace System
- Library Aspose.TeX for C++
WeakReference< T >::WeakReference(const SmartPtr<T>&, bool) method
Initializes a new instance of the WeakReference class, referencing the specified object.
System::WeakReference<T>::WeakReference(const SmartPtr<T> &data, bool trackResurrection)
Parameter | Type | Description |
---|---|---|
data | const SmartPtr<T>& | Object to store. |
trackResurrection | bool | Ignored. |
See Also
- Class SmartPtr
- Class WeakReference< T >
- Namespace System
- Library Aspose.TeX for C++
WeakReference< T >::WeakReference(std::nullptr_t) method
Constructor from nullptr.
System::WeakReference<T>::WeakReference(std::nullptr_t)
See Also
- Class WeakReference< T >
- Namespace System
- Library Aspose.TeX for C++