template<typename type>
Returns the per-thread static data.
Definition at line 1228 of file FXApp.h. References FX::Generic::TL::instance(). 01228 { 01229 return static_cast<type *>(FXApp::instance()->getEventLoop()->getStaticPtr(ref)); 01230 }
|