libcsdbg
1.28
C++ exception (and generic) stack trace debug library
Main Page
Related Pages
Namespaces
Classes
Files
template<class T >
csdbg::stack
< T >::
stack
(
const
stack
< T > &
src
)
inline
Object copy constructor.
Parameters
[in]
src
the source object
Exceptions
std::bad_alloc
Definition at line
148
of file
stack.hpp
.
149
:
150
m_top
(NULL),
151
m_size
(0)
152
{
153
*
this
= src;
154
}
155
156
catch
(...) {
157
clear
();
158
}
csdbg::stack::m_size
u32 m_size
Node count.
Definition:
stack.hpp:36
csdbg::stack::m_top
node< T > * m_top
Stack top.
Definition:
stack.hpp:34
csdbg::stack::clear
virtual stack & clear()
Empty the stack.
Definition:
stack.hpp:310
csdbg
stack
Generated by
1.8.5