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

Syntax

GatheringHolder & operator=(
     Gathering * p
);

Parameters

Name Description
in p Pointer to a Gathering class object.

Return Values

Reference to self.

Description

This is an assignment operator.

Destroys the Gathering class object that is being held and sets the Gathering class object that is given by the argument.

Revision History

2012/01/27
Initial version.

CONFIDENTIAL