template<class type>
type* FX::QThreadLocalStorage< type >::operator= ( type *  a  )  [inline]

Operator overload allowing the pointer to the type represented by this object to be set

Definition at line 844 of file QThread.h.

00844 { setPtr(static_cast<void *>(a)); return a; }


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