template class axl::sys::ScopedTlsPtrSlot
#include <axl_sys_TlsSlot.h> template <typename T> class ScopedTlsPtrSlot { public: // construction ScopedTlsPtrSlot(T* p); ~ScopedTlsPtrSlot(); };
#include <axl_sys_TlsSlot.h> template <typename T> class ScopedTlsPtrSlot { public: // construction ScopedTlsPtrSlot(T* p); ~ScopedTlsPtrSlot(); };