FDO API Reference Feature Data Objects

template<class T>
template<class U>
T* FdoPtr< T >::operator= const FdoPtr< U > &  lp  )  throw () [inline]
 

Assignment operator for unmatched smart-pointer types. Assign the given FdoPtr's object to this FdoPtr.

Parameters:
lp Input the FdoPtr whose object is assigned to this FdoPtr.
Returns:
Returns the object.
Note:
This operator adds a reference on the object and releases the object previously referenced by this FdoPtr.

Definition at line 290 of file Ptr.h.


Comments or suggestions? Send us feedback.