#include <OstringStream.hh>
Public Methods | |
std::string | str () |
void | vform (const char *format, va_list args) |
appends a string to the stream, built from a format specifier and a va_list of arguments, analogously to vprintf(3). |
It also provides a vform() method.
|
|
|
appends a string to the stream, built from a format specifier and a va_list of arguments, analogously to vprintf(3).
|