FDO API Reference Feature Data Objects

template<class T>
void FdoPtr< T >::Attach T *  p2  )  throw () [inline]
 

Attaches the given object to this FdoPtr. It does not add a reference on the object. However, the object previously referenced by this FdoPtr is released.

Parameters:
p2 Input the object to attach.

Definition at line 316 of file Ptr.h.


Comments or suggestions? Send us feedback.