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

Get the chain size (node count)

Returns
this->m_size

Definition at line 276 of file chain.hpp.

Referenced by csdbg::util::argc(), csdbg::parser::highlight(), csdbg::util::init(), csdbg::tracer::on_dso_load(), and csdbg::plugin::resolve().

277 {
278  return m_size;
279 }
u32 m_size
Node count.
Definition: chain.hpp:43

+ Here is the caller graph for this function: