library of assembled shared sources

http://lass.cocamware.com

lass::util::CrashDump Class Reference

#include <crash_dump.h>

Inheritance diagram for lass::util::CrashDump:

Inheritance graph
[legend]
Collaboration diagram for lass::util::CrashDump:

Collaboration graph
[legend]

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::CrashDumpImplpimpl_

Detailed Description

Definition at line 58 of file crash_dump.h.


Member Typedef Documentation

typedef void(* lass::util::CrashDump::TCallback)(const char *, void *)


Constructor & Destructor Documentation

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 (  ) 

Definition at line 81 of file crash_dump.cpp.

References pimpl_.


Member Function Documentation

void lass::util::NonCopyable::swap ( NonCopyable  )  [inline, protected, inherited]

Definition at line 60 of file non_copyable.h.

Referenced by lass::io::Image::readLine().


Field Documentation

Definition at line 65 of file crash_dump.h.

Referenced by CrashDump(), and ~CrashDump().


The documentation for this class was generated from the following files:

Generated on Mon Nov 10 14:22:17 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo