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

Get the lookup mode.

Returns
this->m_mode

Definition at line 107 of file dictionary.cpp.

References m_mode.

Referenced by set_mode().

108 {
109  return m_mode;
110 }
bool m_mode
Lookup mode.
Definition: dictionary.hpp:40

+ Here is the caller graph for this function: