template class axl::sys::TlsPtrSlot
#include <axl_sys_TlsSlot.h> template <typename T> class TlsPtrSlot: public axl::sys::TlsSlot { public: // methods T* getValue(); T* setValue(T* p); rc::Ptr<T> setValue(const rc::Ptr<T>& ptr); };
Inherited Members
public: // methods size_t getSlot(); operator size_t();