template<typename type>
type* FX::FXEventLoop_Static< type >::operator= ( type *  v  )  [inline]

Sets the per-thread static data.

Definition at line 1223 of file FXApp.h.

References FX::Generic::TL::instance().

01223                           {
01224     FXApp::instance()->getEventLoop()->setStaticPtr(ref, static_cast<void *>(v));
01225     return v;
01226     }


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