template<class type>
FX::Generic::lockedAccessor< type >::lockedAccessor ( lockedAccessor< type > &  o  )  [inline]

Definition at line 703 of file QThread.h.

References FX::Generic::lockedAccessor< type >::h.

00703                                       : h(o.h), val(o.val)
00704     {
00705         o.h=0;
00706     }


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