CNiLabels::operator =

CNi

Class
CNiLabels::
operator =()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: GetIidNext page: CNiLabels    
Public Operator Declared in:
NiLabels.h

'Declaration' icon -- Shortcut to top of page. Declaration

const CNiLabels & operator =(
    const CNiLabels& source);

'Description' icon -- Shortcut to top of page. Description

Assignment operator. The object is attached to the same CWLabels_CI pointer as the object to which it is assigned and the object has the same thread access option. The reference count of the CWLabels_CI pointer is incremented. If an CWLabels_CI pointer is already attached to this object, that CWLabels_CI pointer is released and its reference count decremented before the new CWLabels_CI pointer is attached.

Shortcut to top of page. Parameters

const CNiLabels& source

Specifies object to which to be assigned.

'See Also' icon -- Shortcut to top of page. See Also