Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <sstream.h>
Public Member Functions | |
ostringstream () | |
ostringstream (ostringstream &&rhs) noexcept | |
~ostringstream () noexcept override | |
ostringstream & | operator= (ostringstream &&) noexcept |
void | swap (ostringstream &other) |
std::string | str () const & |
void | str (const std::string &str) |
std::stringbuf * | rdbuf () |
const std::stringbuf * | rdbuf () const |
![]() | |
ostream (std::basic_streambuf< char > *sb) | |
virtual | ~ostream () noexcept |
ostream & | put (char ch) |
ostream & | write (const char *s, std::streamsize count) |
std::streampos | tellp () |
ostream & | seekp (std::streampos pos) |
ostream & | seekp (std::streamoff off, std::ios_base::seekdir dir) |
ostream & | flush () |
std::streambuf * | rdbuf () const |
std::streambuf * | rdbuf (std::streambuf *buf) |
void | setstate (std::ios_base::iostate state) |
void | clear (std::ios_base::iostate state=std::ios_base::goodbit) |
Additional Inherited Members | |
![]() | |
ostream (ostream &&rhs) noexcept | |
ostream & | operator= (ostream &&rhs) noexcept |
operator std::ostream & () & | |
operator const std::ostream & () const & | |
ext::ostringstream::ostringstream | ( | ) |
|
noexcept |
|
overridenoexcept |
|
defaultnoexcept |
std::stringbuf * ext::ostringstream::rdbuf | ( | ) |
const std::stringbuf * ext::ostringstream::rdbuf | ( | ) | const |
std::string ext::ostringstream::str | ( | ) | const & |
void ext::ostringstream::str | ( | const std::string & | str | ) |
void ext::ostringstream::swap | ( | ostringstream & | other | ) |