|
libzypp 17.38.1
|
Classes | |
| struct | RefStore |
| Helper to store a reference or move rvalues inside. More... | |
| struct | RefStore< T & > |
| Store reference. More... | |
| struct | NoPrint |
| Store nothing print nothing. More... | |
| struct | RefStore< NoPrint > |
| struct | RefStore< NoPrint & > |
| struct | JoinFormat |
| A basic format description to print a collection. More... | |
| struct | PrintFmt |
| Log helper wrapping the Ostream and Format. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &str, const NoPrint &obj) |
| template<> | |
| std::ostream & | operator<< (std::ostream &str, const RefStore< NoPrint > &obj) |
| template<> | |
| std::ostream & | operator<< (std::ostream &str, const RefStore< NoPrint & > &obj) |
| template<typename Ostream, typename Format> | |
| void | _joinSF (Ostream &str, const Format &fmt) |
| template<typename Ostream, typename Format, typename First> | |
| void | _joinSF (Ostream &str, const Format &fmt, First &&first) |
| template<typename Ostream, typename Format, typename First, typename... Args> | |
| void | _joinSF (Ostream &str, const Format &fmt, First &&first, Args &&... args) |
| template<typename Ostream, typename Format, typename... Args> | |
| Ostream & | joinSF (Ostream &str, Format &&fmt, Args &&... args) |
| Print args on ostreamlike str using JoinFormat fmt. | |
| template<typename T> | |
| constexpr auto | makeRefStore (T &&t) -> RefStore< T > |
| <T> Create a RefStore for the argument. | |
| template<typename T> | |
| std::ostream & | operator<< (std::ostream &str, const RefStore< T > &obj) |
| <T> Stream output | |
|
inline |
Definition at line 108 of file LogTools.h.
|
Definition at line 116 of file LogTools.h.
|
Definition at line 124 of file LogTools.h.
| void zypp::str::detail::_joinSF | ( | Ostream & | str, |
| const Format & | fmt ) |
Definition at line 219 of file LogTools.h.
| void zypp::str::detail::_joinSF | ( | Ostream & | str, |
| const Format & | fmt, | ||
| First && | first ) |
Definition at line 223 of file LogTools.h.
| void zypp::str::detail::_joinSF | ( | Ostream & | str, |
| const Format & | fmt, | ||
| First && | first, | ||
| Args &&... | args ) |
Definition at line 227 of file LogTools.h.
| Ostream & zypp::str::detail::joinSF | ( | Ostream & | str, |
| Format && | fmt, | ||
| Args &&... | args ) |
Print args on ostreamlike str using JoinFormat fmt.
Definition at line 234 of file LogTools.h.