nn::nex::DOID::DOID Constructor

Syntax

DOID();
DOID(
     const DOID & doid
);
explicit DOID(
     qUnsignedInt32 nID
);

Overloaded Member Functions

DOID ( ) Creates a duplicated object ID.
DOID ( const DOID & ) Creates a duplicated object ID.
DOID ( qUnsignedInt32 ) Creates a duplicated object ID.

Description of DOID ( )

When nothing is specified to the constructor, this duplicated object ID is initialized as an invalid ID.

Description of DOID ( const DOID & )

Initializes the ID by copying the value of the specified ID.

Description of DOID ( qUnsignedInt32 )

Initializes using the ID value to the specified integer value.


CONFIDENTIAL