class DOID : public nn::nex::RootObject
Class representing duplicated object IDs.
A duplicated object ID is a 22-bit identifier that uniquely indicates a duplicated object instance within the duplicated object class. These duplicated object IDs are either automatically assigned by Net-Z in order of creation or are set by the user via the IDGenerator
class.
If a duplicated object ID is set by a user, the user must always ensure that the ID is unique among the same duplicated object class.
A duplicated object handle (DOHandle
) consists of this class and the duplicated object class ID (DOClassID
).
DOID
|
Creates a duplicated object ID. | |
---|---|---|
operator qUnsignedInt32
|
Gets this duplicated object ID as an unsigned 32-bit value. | |
GetValue
|
Gets the duplicated object ID as an unsigned 32-bit value. |
nn::nex::RootObject
nn::nex::DOID
RootObject
.CONFIDENTIAL