class Poco::TLSAbstractSlot

This is the base class for all objects that the ThreadLocalStorage class manages.

#include <ThreadLocal.h>

class TLSAbstractSlot
{
};

// direct descendants

template <class C>
class TLSSlot;