libcsdbg
1.28
C++ exception (and generic) stack trace debug library
Main Page
Related Pages
Namespaces
Classes
Files
csdbg::symtab::~symtab
(
)
virtual
Object destructor.
Definition at line
186
of file
symtab.cpp
.
References
m_path
, and
m_table
.
187
{
188
delete
[]
m_path
;
189
delete
m_table
;
190
m_path
= NULL;
191
m_table
= NULL;
192
}
csdbg::symtab::m_table
chain< symbol > * m_table
Function symbol table.
Definition:
symtab.hpp:37
csdbg::symtab::m_path
i8 * m_path
Objective code file path.
Definition:
symtab.hpp:33
csdbg
symtab
Generated by
1.8.5