|
libzypp
15.24.2
|
Convenient building of std::string with boost::format. More...
#include <String.h>

Public Member Functions | |
| Format () | |
| Format (const std::string &format_r) | |
| template<class Tp > | |
| Format & | operator% (Tp &&arg) |
| operator std::string () const | |
| std::string | asString () const |
| std::string | str () const |
| const boost::format & | fmter () const |
| boost::format & | fmter () |
Protected Attributes | |
| boost::format | _fmter |
Related Functions | |
(Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const Format &obj) |
Convenient building of std::string with boost::format.
Basically a boost::format autoconvertible to std::string for building string arguments.
|
inline |
|
inline |
|
inline |
|
related |