libcsdbg  1.28
C++ exception (and generic) stack trace debug library
filebuf & csdbg::filebuf::open ( )
inlinevirtual

Open the file for output.

Returns
*this
Exceptions
csdbg::exception
Note
If the file doesn't exist it is created, if it exists it is opened in append mode

Implements csdbg::streambuf.

Definition at line 143 of file filebuf.cpp.

Referenced by open().

144 {
145  return open(O_WRONLY | O_CREAT | O_APPEND, 0644);
146 }
virtual filebuf & open()
Open the file for output.
Definition: filebuf.cpp:143

+ Here is the caller graph for this function: