libcsdbg  1.28
C++ exception (and generic) stack trace debug library
u32 csdbg::string::length ( ) const
inlinevirtual

Get the character count.

Returns
this->m_length

Definition at line 222 of file string.cpp.

References m_length.

Referenced by csdbg::util::getenv(), csdbg::dictionary::load_file(), csdbg::tracer::on_dso_load(), and csdbg::plugin::resolve().

223 {
224  return m_length;
225 }
u32 m_length
Character count.
Definition: string.hpp:44

+ Here is the caller graph for this function: