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

Syntax

GatheringHolder & operator=(
     GatheringHolder const & other
);

Parameters

Name Description
in other GatheringHolder class object.

Return Values

Reference to self.

Description

This is an assignment operator.

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.

Revision History

2012/01/27
Initial version.

CONFIDENTIAL