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

Get the output file path.

Returns
this->m_path

Definition at line 96 of file filebuf.cpp.

References m_path.

Referenced by unique_id().

97 {
98  return m_path;
99 }
i8 * m_path
Output file path.
Definition: filebuf.hpp:37

+ Here is the caller graph for this function: