libcsdbg  1.28
C++ exception (and generic) stack trace debug library
csdbg::dictionary::~dictionary ( )
virtual

Object destructor.

Definition at line 71 of file dictionary.cpp.

References m_name.

72 {
73  delete[] m_name;
74  m_name = NULL;
75 }
i8 * m_name
Dictionary name.
Definition: dictionary.hpp:38