libcsdbg
1.28
C++ exception (and generic) stack trace debug library
Main Page
Related Pages
Namespaces
Classes
Files
u32
csdbg::symtab::size
(
)
const
inline
virtual
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
}
csdbg::symtab::m_table
chain< symbol > * m_table
Function symbol table.
Definition:
symtab.hpp:37
csdbg
symtab
Generated by
1.8.5