libcsdbg  1.28
C++ exception (and generic) stack trace debug library
pid_t csdbg::process::pid ( ) const
inlinevirtual

Get the process ID.

Returns
this->m_pid

Definition at line 158 of file process.cpp.

References m_pid.

159 {
160  return m_pid;
161 }
pid_t m_pid
Process ID.
Definition: process.hpp:35