![]() |
operator =()








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