libcsdbg
1.28
C++ exception (and generic) stack trace debug library
Main Page
Related Pages
Namespaces
Classes
Files
template<class T >
stack
< T > *
csdbg::stack
< T >::clone
(
)
const
inline
virtual
Object virtual copy constructor.
Returns
the object copy (heap allocated)
Exceptions
std::bad_alloc
Implements
csdbg::object
.
Definition at line
179
of file
stack.hpp
.
180
{
181
return
new
stack
(*
this
);
182
}
csdbg::stack::stack
stack()
Object default constructor.
Definition:
stack.hpp:133
csdbg
stack
Generated by
1.8.5