|
xostringstream Class Reference#include <sstream.hpp>
Inheritance diagram for xostringstream:
[legend]Collaboration diagram for xostringstream:
[legend]List of all members.
Detailed Description
class xostringstream - Examples:
-
quickstart_01.cpp.
Definition at line 63 of file sstream.hpp.
Constructor & Destructor Documentation
XIMOL_BEGIN_NAMESPACE xostringstream::xostringstream |
( |
std::ios_base::openmode |
mode = std::ios_base::out |
) |
[explicit] |
|
xostringstream::xostringstream |
( |
const::std::basic_string< xchar_t > & |
str, |
|
|
std::ios_base::openmode |
mode = std::ios_base::out |
|
) |
[explicit] |
|
Member Function Documentation
void xostream::encoding |
( |
const char * |
encoding_name |
) |
[inherited] |
|
std::string xostream::encoding |
( |
|
) |
const [inherited] |
|
xostream& xostringstream::operator<< |
( |
char |
c |
) |
[inline] |
|
std::basic_stringbuf< xchar_t > * xostringstream::rdbuf |
( |
|
) |
|
|
void xostringstream::str |
( |
const::std::basic_string< xchar_t > & |
s |
) |
|
|
std::basic_string< xchar_t > xostringstream::str |
( |
|
) |
const |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|