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

Query the class name of an object descending from csdbg::object.

Returns
the demangled class name (heap allocated)
Exceptions
std::bad_alloc

Definition at line 33 of file object.cpp.

References csdbg::util::type_name().

34 {
35  return util::type_name(typeid(*this));
36 }
static const i8 * type_name(const std::type_info &)
Get the demangled name of a type.
Definition: util.cpp:276

+ Here is the call graph for this function: