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

Set the filter type.

Parameters
[in]modethe new type
Returns
*this

Definition at line 133 of file filter.cpp.

References m_mode, and mode().

134 {
135  m_mode = mode;
136  return *this;
137 }
bool m_mode
Filter type switch.
Definition: filter.hpp:31
virtual bool mode() const
Get the filter type.
Definition: filter.cpp:79

+ Here is the call graph for this function: