libcsdbg  1.28
C++ exception (and generic) stack trace debug library
const i8 * csdbg::style::name ( ) const
inlinevirtual

Get the style name.

Returns
this->m_name

Definition at line 85 of file style.cpp.

References m_name.

Referenced by csdbg::parser::get_style(), and csdbg::parser::remove_style().

86 {
87  return m_name;
88 }
i8 * m_name
Style name.
Definition: style.hpp:26

+ Here is the caller graph for this function: