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

Object destructor.

Definition at line 70 of file filebuf.cpp.

References m_path.

71 {
72  delete[] m_path;
73  m_path = NULL;
74 }
i8 * m_path
Output file path.
Definition: filebuf.hpp:37