FDO API Reference Feature Data Objects
template<class T>
T* FdoPtr< T >::operator= ( const FdoPtr< T > &  lp  )  throw () [inline]

Assignment operator for matching 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 277 of file Ptr.h.


Comments or suggestions? Send us feedback.