library of assembled shared sources |
http://lass.cocamware.com |
#include <crash_dump.h>
Public Types | |
typedef void(* | TCallback )(const char *, void *) |
Public Member Functions | |
CrashDump (const std::string &name, TCallback callback=0, void *callbackClosure=0) | |
~CrashDump () | |
Private Member Functions | |
void | swap (NonCopyable &) |
Private Attributes | |
impl::CrashDumpImpl * | pimpl_ |
Definition at line 58 of file crash_dump.h.
typedef void(* lass::util::CrashDump::TCallback)(const char *, void *) |
lass::util::CrashDump::CrashDump | ( | const std::string & | name, | |
TCallback | callback = 0 , |
|||
void * | callbackClosure = 0 | |||
) |
Definition at line 75 of file crash_dump.cpp.
References lass::util::impl::CrashDumpImpl::init(), and pimpl_.
lass::util::CrashDump::~CrashDump | ( | ) |
void lass::util::NonCopyable::swap | ( | NonCopyable & | ) | [inline, protected, inherited] |
impl::CrashDumpImpl* lass::util::CrashDump::pimpl_ [private] |
Generated on Mon Nov 10 14:22:17 2008 for Library of Assembled Shared Sources by 1.5.7.1 |