Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

ustl::fdostringstream Class Reference
[Device Streams]

A string stream that writes to an fd. Implements cout and cerr. More...

#include <ustl.h>

Inheritance diagram for ustl::fdostringstream:

ustl::ostringstream ustl::ostream ustl::memlink ustl::cmemlink List of all members.

Public Member Functions

 fdostringstream (int fd)
 Constructs a stream for writing to fd.
virtual ~fdostringstream (void)
 Default destructor.
void flush (void)
 Flushes the buffer to the file.
int format (const char *fmt,...) __attribute__((__format__(__printf__
 Equivalent to a sprintf on the string.

Protected Member Functions

virtual size_t overflow (size_t n=1)

Detailed Description

A string stream that writes to an fd. Implements cout and cerr.


The documentation for this class was generated from the following files:
Generated on Mon Jan 17 14:35:02 2005 for uSTL by 1.3.9 Doxygen Hosted on SourceForge.net