![]() |
operator =()








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