template<class type>
FX::Pol::refCounted< type >::~refCounted (  )  [inline]

Definition at line 104 of file FXPolicies.h.

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

00105     {
00106         if(!--data->refCount()) FXDELETE(data);
00107     }


(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