nn::nex::DuplicatedObject::MainRefIsDeleted Member Function

Syntax

qBool MainRefIsDeleted() const;

Parameters

None.

Return Values



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.

Description

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.

See Also

DeleteMainRef

Revision History

2011/01/27
Initial version.

CONFIDENTIAL