nn::nex::DORef::IsSoft Member Function

Syntax

qBool IsSoft() const;

Parameters

None.

Return Values

Returns true if the reference is a soft reference. Returns false if it is a hard reference or if an error has occurred.

Description

Determines whether DORef is a soft reference to the duplicated object.

There are two kinds of references to duplicated objects: soft references and hard references. (References are hard by default.) For details about hard and soft references, see SetSoft.

See Also

IsHard, SetSoft, SetHard

Revision History

2011/04/13
Initial version.

CONFIDENTIAL