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

Assignment operator. Wraps the given object in this FdoPtr.

Parameters:
lp Input the object to assign to this FdoPtr.
Returns:
Returns lp
Note:
This operator just attaches the object to this FdoPtr. It does not add a reference on the object.

Definition at line 257 of file Ptr.h.