FDO API Reference Feature Data Objects

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 348 of file Ptr.h.


Comments or suggestions? Send us feedback.