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

Check if the stream is opened for output.

Returns
true if the stream is open, false otherwise

Definition at line 80 of file streambuf.cpp.

References m_handle.

81 {
82  return m_handle >= 0;
83 }
i32 m_handle
Stream handle (descriptor)
Definition: streambuf.hpp:43