template<class type>
FX::QThreadLocalStorage< type >::QThreadLocalStorage ( type *  initval = 0  )  [inline]

Constructs the TLS, optionally storing an initial value (for the current thread) immediately.

Definition at line 840 of file QThread.h.

00840 : QThreadLocalStorageBase(static_cast<void *>(initval)) { }


(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