|
libzypp
15.22.2
|
Format with (N)o (A)rgument (C)heck. More...
#include <String.h>

Public Member Functions | |
| FormatNAC () | |
| FormatNAC (const std::string &format_r) | |
Public Member Functions inherited from zypp::str::Format | |
| 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 () |
Private Member Functions | |
| void | relax () |
Additional Inherited Members | |
Protected Attributes inherited from zypp::str::Format | |
| boost::format | _fmter |
Related Functions inherited from zypp::str::Format | |
| std::ostream & | operator<< (std::ostream &str, const Format &obj) |
Format with (N)o (A)rgument (C)heck.
It won't complain about missing or excess arguments. Sometimes usefull when dealing with translations or classes providing a default formater.
|
inline |