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

Get the dictionary name.

Returns
this->m_name

Definition at line 96 of file dictionary.cpp.

References m_name.

Referenced by csdbg::parser::get_dictionary(), csdbg::parser::lookup(), and csdbg::parser::remove_dictionary().

97 {
98  return m_name;
99 }
i8 * m_name
Dictionary name.
Definition: dictionary.hpp:38

+ Here is the caller graph for this function: