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
(
)
inline
Object default constructor.
Definition at line
133
of file
stack.hpp
.
133
:
134
m_top
(NULL),
135
m_size
(0)
136
{
137
}
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
Generated by
1.8.5