libcsdbg  1.28
C++ exception (and generic) stack trace debug library
u32 csdbg::symtab::size ( ) const
inlinevirtual

Get the number of symbols.

Returns
this->m_table->size()

Definition at line 264 of file symtab.cpp.

References m_table.

265 {
266  return m_table->size();
267 }
chain< symbol > * m_table
Function symbol table.
Definition: symtab.hpp:37