libcsdbg  1.28
C++ exception (and generic) stack trace debug library
template<class T >
csdbg::stack< T >::~stack ( )
inlinevirtual

Object destructor.

Definition at line 165 of file stack.hpp.

166 {
167  clear();
168 }
virtual stack & clear()
Empty the stack.
Definition: stack.hpp:310