nn::nex::GatheringHolder::GatheringHolder Constructor

Syntax

GatheringHolder();
explicit GatheringHolder(
     Gathering * p
);
GatheringHolder(
     GatheringHolder const & other
);

Overloaded Member Functions

GatheringHolder ( ) Constructor.
GatheringHolder ( Gathering * ) Constructor.
GatheringHolder ( GatheringHolder const & ) Copy constructor.

Description of GatheringHolder ( )

A NULL pointer is set as the default value.

Description of GatheringHolder ( Gathering * )

Sets the Gathering class object given by the argument.

Description of GatheringHolder ( GatheringHolder const & )

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


CONFIDENTIAL