CVC3  2.4.1
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
std::fdoutbuf Class Reference

#include <fdstream.h>

Inheritance diagram for std::fdoutbuf:

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

Definition at line 66 of file fdstream.h.

Member Function Documentation

virtual int_type std::fdoutbuf::overflow ( int_type  c)
inlineprotectedvirtual

Definition at line 70 of file fdstream.h.

virtual std::streamsize std::fdoutbuf::xsputn ( const char *  s,
std::streamsize  num 
)
inlineprotectedvirtual

Definition at line 81 of file fdstream.h.

Member Data Documentation

int std::fdoutbuf::fd
protected

Definition at line 63 of file fdstream.h.


The documentation for this class was generated from the following file: