8#ifndef HPP_ALOX_DETAIL_SCOPEDUMP
9#define HPP_ALOX_DETAIL_SCOPEDUMP 1
11#if !defined(HPP_ALIB_LOX_PROPPERINCLUDE)
12# error "ALib sources with ending '.inl' must not be included from outside."
15#if !defined (HPP_ALIB_ALOX)
20namespace alib {
namespace lox {
namespace detail {
66 NAString& target,
int maxKeyLength= 10 )
ALIB_API int writeStoreMap(ScopeStore< T, false > *store)
ALIB_API int writeStore(ScopeStore< T, true > *store, int indentSpaces)
ALIB_API NAString & storeKeyToScope(String key)
ALIB_API NAString & storeThreadToScope(ThreadID threadID)
ScopeInfo::ThreadDictionary & threadDict
ALIB_API integer writeStoreMapHelper(std::map< NString, T > &map, const NString &prefix)
ScopeDump(ScopeInfo::ThreadDictionary &threadDictionary, const NString noKeyHashKey, NAString &target, int maxKeyLength=10)
#define ALIB_IF_THREADS(...)
lang::integer integer
Type alias in namespace alib.
threads::ThreadID ThreadID
Type to store thread identifiers.