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