sprint 1-alpha
|
#include <mystringstream.h>
Public Member Functions | |
_StringContainer & | str () |
return the inner | |
template<class T > | |
ostringstream & | operator<< (const T &obj) |
use the wrapper | |
ostringstream & | operator<< (const char *str) |
Insert const char *. |
A simple class able to append string to a buffer but not require to be a ostream object