libcsdbg  1.28
C++ exception (and generic) stack trace debug library
style * csdbg::parser::get_fallback_style ( )
static

Get the shared fallback style.

Returns
parser::m_fallback

Definition at line 255 of file parser.cpp.

References m_fallback.

256 {
257  return m_fallback;
258 }
static style * m_fallback
Shared fallback style.
Definition: parser.hpp:37