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

Object destructor.

Definition at line 217 of file parser.cpp.

References m_dictionaries, and m_styles.

218 {
219  delete m_dictionaries;
220  delete m_styles;
221  m_dictionaries = NULL;
222  m_styles = NULL;
223 }
chain< dictionary > * m_dictionaries
Dictionary collection.
Definition: parser.hpp:42
chain< style > * m_styles
VT100 style collection.
Definition: parser.hpp:44