GatheringHolder & operator=( GatheringHolder const & other ); GatheringHolder & operator=( Gathering * p );
operator= ( GatheringHolder const & )
|
This is an assignment operator. |
operator= ( Gathering * )
|
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.
Destroys the Gathering
class object that is being held and sets the Gathering
class object that is given by the argument.
CONFIDENTIAL