libcsdbg  1.28
C++ exception (and generic) stack trace debug library
symtab & csdbg::symtab::foreach ( void(*)(u32, symbol *)  pfunc) const
inlinevirtual

Traverse the symbol table with a callback for each symbol.

Parameters
[in]pfuncthe callback
Returns
*this

Definition at line 314 of file symtab.cpp.

References m_table.

315 {
316  m_table->foreach(pfunc);
317  return const_cast<symtab&> (*this);
318 }
chain< symbol > * m_table
Function symbol table.
Definition: symtab.hpp:37
symtab(const i8 *, mem_addr_t=0)
Object constructor.
Definition: symtab.cpp:22