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

Constructs a FdoPtr around the given object.

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

Definition at line 112 of file Ptr.h.


Comments or suggestions? Send us feedback.