cartobase  5.0.5
boost::fdoutbuf Class Reference

#include <cartobase/stream/fdstream.h>

Inheritance diagram for boost::fdoutbuf:
Collaboration diagram for boost::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 84 of file fdstream.h.

Constructor & Destructor Documentation

◆ fdoutbuf()

boost::fdoutbuf::fdoutbuf ( int  _fd)

Member Function Documentation

◆ overflow()

virtual int_type boost::fdoutbuf::overflow ( int_type  c)
protectedvirtual

◆ xsputn()

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

Member Data Documentation

◆ fd

int boost::fdoutbuf::fd
protected

Definition at line 86 of file fdstream.h.


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