nn::nex::DOID Class

Syntax

class DOID : public nn::nex::RootObject

Description

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).

Member Functions

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.

Class Hierarchy

nn::nex::RootObject
  nn::nex::DOID

See Also

DuplicatedObject::Create

Revision History

2013/03/26
Inherited from RootObject.
2011/01/27
Initial version.

CONFIDENTIAL