libcsdbg
1.28
C++ exception (and generic) stack trace debug library
Main Page
Related Pages
Namespaces
Classes
Files
csdbg::exception::exception
(
const
exception
&
src
)
Object copy constructor.
Parameters
[in]
src
the source object
Definition at line
88
of file
exception.cpp
.
88
:
89
m_msg
(NULL)
90
{
91
*
this
= src;
92
}
csdbg::exception::m_msg
i8 * m_msg
Error description message.
Definition:
exception.hpp:32
csdbg
exception
Generated by
1.8.5