GatheringHolder(); explicit GatheringHolder( Gathering * p ); GatheringHolder( GatheringHolder const & other );
GatheringHolder ( )
|
Constructor. |
GatheringHolder ( Gathering * )
|
Constructor. |
GatheringHolder ( GatheringHolder const & )
|
Copy constructor. |
A NULL
pointer is set as the default value.
Sets the Gathering
class object given by the argument.
The ownership rights held by other for the Gathering
class object is transferred to this.
CONFIDENTIAL