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>
|
(Note that these are not member functions.)
|
std::ostream & | operator<< (std::ostream &str, const Str &obj) |
| Stream output.
|
|
Convenient building of std::string via std::ostringstream Basically a std::ostringstream autoconvertible to std::string for building string arguments.
void fnc( const std::string & txt_r );
Convenient building of std::string via std::ostringstream Basically a std::ostringstream autoconverti...
Definition at line 211 of file String.h.
◆ operator<<() [1/2]
template<class Tp >
Str & zypp::str::Str::operator<< |
( |
Tp && |
val | ) |
|
|
inline |
◆ operator<<() [2/2]
Str & zypp::str::Str::operator<< |
( |
std::ostream &(*)(std::ostream &) |
iomanip | ) |
|
|
inline |
◆ operator std::string()
zypp::str::Str::operator std::string |
( |
| ) |
const |
|
inline |
◆ asString()
std::string zypp::str::Str::asString |
( |
| ) |
const |
|
inline |
◆ str()
std::string zypp::str::Str::str |
( |
| ) |
const |
|
inline |
◆ stream() [1/2]
const std::ostream & zypp::str::Str::stream |
( |
| ) |
const |
|
inline |
◆ stream() [2/2]
std::ostream & zypp::str::Str::stream |
( |
| ) |
|
|
inline |
◆ clear()
void zypp::str::Str::clear |
( |
| ) |
|
|
inline |
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & |
str, |
|
|
const Str & |
obj |
|
) |
| |
|
related |
Stream output.
Definition at line 234 of file String.h.
◆ _str
std::ostringstream zypp::str::Str::_str |
|
private |
The documentation for this class was generated from the following file: