paludis::SafeOFStreamBuf Class Reference
[Filesystem]

#include <safe_ofstream.hh>

List of all members.

Basic operations

 SafeOFStreamBuf (const int f)

Public Attributes

int fd
 Our file descriptor.

Protected Member Functions

virtual int_type overflow (int_type c)
virtual std::streamsize xsputn (const char *s, std::streamsize num)


Detailed Description

Output stream buffer class that can be opened via an FD, and that doesn't do retarded things when given a non-file.

See TCppSL Ch. 13.13 for what we're doing here. The buffer code is based upon the "io/outbuf2.hpp" example in section 13.13.3.

Since:
0.34.3

The documentation for this class was generated from the following file:
Generated on Mon Sep 21 10:36:12 2009 for paludis by  doxygen 1.5.4