#include <ustl.h>
Inheritance diagram for ustl::fdostringstream:
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) |