template<class type>
deepCopy& FX::Pol::deepCopy< type >::operator= ( const deepCopy< type > &  o  )  [inline]

Definition at line 70 of file FXPolicies.h.

References FX::Pol::deepCopy< type >::data, FXDELETE, and FXERRHM.

00071     {
00072         FXDELETE(data);
00073         FXERRHM(data=o.data->copy());
00074         return *this;
00075     }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:03 2009 for TnFOX by doxygen v1.4.7