template<class type>
FX::Generic::lockedAccessor< type >::lockedAccessor ( type &  _val,
const QRWMutex m 
) [inline]

Definition at line 686 of file QThread.h.

References FXERRHM.

00686 : val(_val), h(0) { if(m) { FXERRHM(h=new QMtxHold(m)); } }


(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