FDO API Reference Feature Data Objects

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.

Reimplemented in FdoStringsP, and FdoVectorP.

Definition at line 250 of file Ptr.h.


Comments or suggestions? Send us feedback.