libzypp 17.31.7
|
Convenient building of std::string via std::ostringstream Basically a std::ostringstream autoconvertible to std::string for building string arguments. More...
#include <base/String.h>
Public Member Functions | |
template<class Tp > | |
Str & | operator<< (Tp &&val) |
Str & | operator<< (std::ostream &(*iomanip)(std::ostream &)) |
operator std::string () const | |
std::string | asString () const |
std::string | str () const |
const std::ostream & | stream () const |
std::ostream & | stream () |
void | clear () |
Private Attributes | |
std::ostringstream | _str |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const Str &obj) |
Stream output. More... | |
Convenient building of std::string via std::ostringstream Basically a std::ostringstream autoconvertible to std::string for building string arguments.
|
inline |
|
inline |
|
inline |
|
related |