libcsdbg  1.28
C++ exception (and generic) stack trace debug library
bool csdbg::filter::mode ( ) const
inlinevirtual

Get the filter type.

Returns
this->m_mode

Definition at line 79 of file filter.cpp.

References m_mode.

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

80 {
81  return m_mode;
82 }
bool m_mode
Filter type switch.
Definition: filter.hpp:31

+ Here is the caller graph for this function: