Méthode System::WeakReference<>::WeakReference
Contenu
[
Cacher
]WeakReference<>::WeakReference() method
Constructeur par défaut.
System::WeakReference<>::WeakReference()
Voir aussi
- Class WeakReference<>
- Namespace System
- Library Aspose.Font for C++
WeakReference<>::WeakReference(const SmartPtr<Object>&) method
Initialise une nouvelle instance de la classe WeakReference, en référencant l’objet spécifié.
System::WeakReference<>::WeakReference(const SmartPtr<Object> &data)
| Paramètre | Type | Description |
|---|---|---|
| data | const SmartPtr<Object>& | Object à stocker. |
Voir aussi
- Class SmartPtr
- Class Object
- Class WeakReference<>
- Namespace System
- Library Aspose.Font for C++
WeakReference<>::WeakReference(const SmartPtr<Object>&, bool) method
Initialise une nouvelle instance de la classe WeakReference, en référencant l’objet spécifié.
System::WeakReference<>::WeakReference(const SmartPtr<Object> &data, bool trackResurrection)
| Paramètre | Type | Description |
|---|---|---|
| data | const SmartPtr<Object>& | Object à stocker. |
| trackResurrection | bool | Ignoré. |
Voir aussi
- Class SmartPtr
- Class Object
- Class WeakReference<>
- Namespace System
- Library Aspose.Font for C++
WeakReference<>::WeakReference(std::nullptr_t) method
Constructeur à partir de nullptr.
System::WeakReference<>::WeakReference(std::nullptr_t)
Voir aussi
- Class WeakReference<>
- Namespace System
- Library Aspose.Font for C++