#include <fdstream.h>
List of all members.
Public Member Functions |
| | fdoutbuf (int _fd) |
Protected Member Functions |
| virtual int_type | overflow (int_type c) |
| virtual std::streamsize | xsputn (const char *s, std::streamsize num) |
Protected Attributes |
| int | fd |
Detailed Description
Definition at line 61 of file fdstream.h.
Constructor & Destructor Documentation
| std::fdoutbuf::fdoutbuf |
( |
int |
_fd | ) |
|
|
inline |
Member Function Documentation
| virtual int_type std::fdoutbuf::overflow |
( |
int_type |
c | ) |
|
|
inlineprotectedvirtual |
| virtual std::streamsize std::fdoutbuf::xsputn |
( |
const char * |
s, |
|
|
std::streamsize |
num |
|
) |
| |
|
inlineprotectedvirtual |
Member Data Documentation
The documentation for this class was generated from the following file: