GatheringHolder & operator=( GatheringHolder const & other );
Name | Description | |
---|---|---|
in | other | GatheringHolder class object. |
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.
CONFIDENTIAL