libcsdbg  1.28
C++ exception (and generic) stack trace debug library
i32 csdbg::streambuf::handle ( ) const
inlinevirtual

Get the handle.

Returns
this->m_handle

Definition at line 69 of file streambuf.cpp.

References m_handle.

70 {
71  return m_handle;
72 }
i32 m_handle
Stream handle (descriptor)
Definition: streambuf.hpp:43