![]() |
operator =()








Public Operator |
Declared in: NiControlMetrics.h |
Declaration
const CNiControlMetrics & operator =( const CNiControlMetrics& source);
Description
Assignment operator. The object is attached to the same CWStatistics_CI pointer as the object to which it is assigned and the object has the same thread access option. The reference count of the CWStatistics_CI pointer is incremented. If an CWStatistics_CI pointer is already attached to this object, that CWStatistics_CI pointer is released and its reference count decremented before the new CWStatistics_CI pointer is attached.
Parameters
const CNiControlMetrics& source
Specifies object to which to be assigned.