Inherited by logstream, and w_ostrstream_buf.
Inheritance diagram for w_ostrstream:
init_config_options.cpp, log_exceed.cpp, startstop.cpp, and vtable_example.cpp.
Definition at line 124 of file w_strstream.h.
Public Member Functions | |
w_ostrstream () | |
Construct w/o any length limit. | |
w_ostrstream (char *s, size_t l) | |
Construct with given limit. | |
~w_ostrstream () | |
const char * | c_str () |
Return a pointer to nul-terminated output string. | |
const char * | data () |
Return a pointer to buffer. | |
const char * | new_c_str () |
const char* w_ostrstream::new_c_str | ( | ) | [inline] |
Return a pointer to copy of nul-terminated string. Delegates responsibility for freeing to the caller.
Definition at line 177 of file w_strstream.h.
References c_str().
Here is the call graph for this function: