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

Get the number of registered plugins.

Returns
this->m_plugins->size()

Definition at line 836 of file tracer.cpp.

References m_plugins.

Referenced by csdbg::__cyg_profile_func_enter(), and csdbg::__cyg_profile_func_exit().

837 {
838  return m_plugins->size();
839 }
chain< plugin > * m_plugins
Instrumentation plugins.
Definition: tracer.hpp:48

+ Here is the caller graph for this function: