43#ifndef LASS_GUARDIAN_OF_INCLUSION_UTIL_CRASH_DUMP_H
44#define LASS_GUARDIAN_OF_INCLUSION_UTIL_CRASH_DUMP_H
61 typedef void (*TCallback)(
const char* ,
void* );
62 CrashDump(
const std::string& name, TCallback callback = 0,
void* callbackClosure = 0);
65 impl::CrashDumpImpl* pimpl_;
use as base class if derived should not be copyable
#define LASS_DLL
DLL interface: import or export symbols?
general utility, debug facilities, ...
Library for Assembled Shared Sources.