CNiCursors::operator =

CNi

Class
CNiCursors::
operator =()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: ItemNext page: Remove    
Public Operator Declared in:
NiCursors.h

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

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

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

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

Shortcut to top of page. Parameters

const CNiCursors& source

Specifies object to which to be assigned.

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