16#ifndef SGTOOLS_CURRENTEVENTSTORE_H
17#define SGTOOLS_CURRENTEVENTSTORE_H
Hold a pointer to the current event store.
static IProxyDict * store()
Fetch the current store.
static IProxyDict * setStore(IProxyDict *store)
Set the current store.
static IProxyDict * storeOol()
Fetch the current store (out-of-line version).
static thread_local IProxyDict * m_curStore
The current event store.