CppCMS
|
Fast output stream object. More...
#include <cppcms/steal_buf.h>
Public Member Functions | |
stackstream () | |
char * | begin () |
char * | end () |
char * | c_str () |
std::string | str () |
Fast output stream object.
This is a special ostream that uses stack in order to receive the data and faster then std::stringstream for small chunks, also it is not limited for any particular size.
|
inline |
Create a new stackstream
|
inline |
Get the pointer to the first character in the range
|
inline |
Get a NUL terminated recorded string
|
inline |
Get the pointer to the one past last character in the range
|
inline |
Get a recorded string