template<class type>
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 }
|