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

Object default constructor.

Exceptions
std::bad_alloc

Definition at line 20 of file streambuf.cpp.

21  :
22 string(),
23 m_handle(-1)
24 {
25 }
26 
27 catch (...) {
28  m_handle = -1;
29 }
i32 m_handle
Stream handle (descriptor)
Definition: streambuf.hpp:43
string(u32=0)
Object constructor.
Definition: string.cpp:127