template<class T >
bool FdoPtr< T >::CopyTo ( T **  ppT  )  throw () [inline]

Copies this FdoPtr's object to a double pointer. A reference is added to the object.

Parameters:
ppT Input the double pointer.
Returns:
Returns true if the object as copied, false if it could not be copied (double pointer is null).

Definition at line 356 of file Ptr.h.