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

Set the lookup mode.

Parameters
[in]modethe new mode
Returns
*this

Definition at line 147 of file dictionary.cpp.

References m_mode, and mode().

148 {
149  m_mode = mode;
150  return *this;
151 }
bool m_mode
Lookup mode.
Definition: dictionary.hpp:40
virtual bool mode() const
Get the lookup mode.
Definition: dictionary.cpp:107

+ Here is the call graph for this function: