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

Definition at line 97 of file FXPolicies.h.

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

00098     {
00099         if(!--data->refCount()) FXDELETE(data);
00100         data=o.data;
00101         ++data->refCount();
00102         return *this;
00103     }


(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