libcsdbg  1.28
C++ exception (and generic) stack trace debug library
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 }
chain< symbol > * m_table
Function symbol table.
Definition: symtab.hpp:37
i8 * m_path
Objective code file path.
Definition: symtab.hpp:33