template<typename type>
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 }
|