nn::nex::GatheringHolder::operator= Member Function

Syntax

GatheringHolder & operator=(
     GatheringHolder const & other
);

GatheringHolder & operator=(
     Gathering * p
);

Overloaded Member Functions

operator= ( GatheringHolder const & ) This is an assignment operator.
operator= ( Gathering * ) This is an assignment operator.

Description of operator= ( GatheringHolder const & )

The ownership rights held by other for the Gathering class object are transferred to this.

If this is already holding a Gathering class object, the object is deleted.

Description of operator= ( Gathering * )

Destroys the Gathering class object that is being held and sets the Gathering class object that is given by the argument.


CONFIDENTIAL