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

Get the stack size (node count)

Returns
this->m_size

Definition at line 191 of file stack.hpp.

192 {
193  return m_size;
194 }
u32 m_size
Node count.
Definition: stack.hpp:36