template<typename type>
Accesses the per-thread static data.
Definition at line 1232 of file FXApp.h. References FX::Generic::TL::instance(). 01232 { 01233 return static_cast<type *>(FXApp::instance()->getEventLoop()->getStaticPtr(ref)); 01234 }
|