qBool MainRefIsDeleted() const;
None.
Value | Description |
---|---|
true |
Returned when the main reference has been deleted. |
false |
Returned when either the main reference has not been deleted or an error has occurred. |
Gets whether the DeleteMainRef
function has been called on this object.
Once the DeleteMainRef
function has been called on a duplicated object (once you attempt to delete its main reference), the destructor is called on that object as soon as all its references are released.
CONFIDENTIAL