libcsdbg
1.28
C++ exception (and generic) stack trace debug library
Main Page
Related Pages
Namespaces
Classes
Files
csdbg::thread::~thread
(
)
virtual
Object destructor.
Definition at line
71
of file
thread.cpp
.
References
m_name
, and
m_stack
.
72
{
73
delete
[]
m_name
;
74
delete
m_stack
;
75
m_name
= NULL;
76
m_stack
= NULL;
77
}
csdbg::thread::m_name
i8 * m_name
Thread name.
Definition:
thread.hpp:33
csdbg::thread::m_stack
stack< call > * m_stack
Simulated call stack.
Definition:
thread.hpp:37
csdbg
thread
Generated by
1.8.5