|
| std::ostream & | zypp::str::detail::operator<< (std::ostream &str, const NoPrint &obj) |
| template<> |
| std::ostream & | zypp::str::detail::operator<< (std::ostream &str, const RefStore< NoPrint > &obj) |
| template<> |
| std::ostream & | zypp::str::detail::operator<< (std::ostream &str, const RefStore< NoPrint & > &obj) |
| template<typename Ostream, typename Format> |
| void | zypp::str::detail::_joinSF (Ostream &str, const Format &fmt) |
| template<typename Ostream, typename Format, typename First> |
| void | zypp::str::detail::_joinSF (Ostream &str, const Format &fmt, First &&first) |
| template<typename Ostream, typename Format, typename First, typename... Args> |
| void | zypp::str::detail::_joinSF (Ostream &str, const Format &fmt, First &&first, Args &&... args) |
| template<typename Ostream, typename Format, typename... Args> |
| Ostream & | zypp::str::detail::joinSF (Ostream &str, Format &&fmt, Args &&... args) |
| | Print args on ostreamlike str using JoinFormat fmt.
|
| template<typename Ostream, typename Format, typename... Args> |
| Ostream & | zypp::str::printf (Ostream &str, Format &&fmt, Args &&... args) |
| | Print Format on stream.
|
| template<typename Format, typename... Args> |
| std::string | zypp::str::sprintf (Format &&fmt, Args &&... args) |
| | Print Format fs string.
|
| template<typename Ostream, typename... Args> |
| Ostream & | zypp::str::print (Ostream &str, Args &&... args) |
| | Print words on stream.
|
| template<typename... Args> |
| std::string | zypp::str::sprint (Args &&... args) |
| | Print words as string.
|
| template<typename Ostream, typename... Args> |
| Ostream & | zypp::str::concat (Ostream &str, Args &&... args) |
| | Concat words on stream.
|
| template<typename... Args> |
| std::string | zypp::str::sconcat (Args &&... args) |
| | Concat words as string.
|
| std::ostream & | zypp::operator<< (std::ostream &str, MLSep &obj) |
| template<class TIterator> |
| std::ostream & | zypp::dumpRange (std::ostream &str, TIterator begin, TIterator end, const std::string &intro="{", const std::string &pfx="\n ", const std::string &sep="\n ", const std::string &sfx="\n", const std::string &extro="}") |
| | Print range defined by iterators (multiline style).
|
| template<class TIterator> |
| std::ostream & | zypp::dumpRangeLine (std::ostream &str, TIterator begin, TIterator end) |
| | Print range defined by iterators (single line style).
|
| template<class TContainer> |
| std::ostream & | zypp::dumpRangeLine (std::ostream &str, const TContainer &cont) |
| template<class TIterator> |
| iomanip::RangeLine< TIterator > | zypp::rangeLine (TIterator begin, TIterator end) |
| | Iomanip printing dumpRangeLine style.
|
| template<class TContainer> |
| auto | zypp::rangeLine (const TContainer &cont) -> decltype(rangeLine(cont.begin(), cont.end())) |
| template<class Tp> |
| std::ostream & | std::operator<< (std::ostream &str, const std::vector< Tp > &obj) |
| template<class Tp, class TCmp, class TAlloc> |
| std::ostream & | std::operator<< (std::ostream &str, const std::set< Tp, TCmp, TAlloc > &obj) |
| template<class Tp> |
| std::ostream & | std::operator<< (std::ostream &str, const std::unordered_set< Tp > &obj) |
| template<class Tp> |
| std::ostream & | std::operator<< (std::ostream &str, const std::multiset< Tp > &obj) |
| template<class Tp> |
| std::ostream & | std::operator<< (std::ostream &str, const std::list< Tp > &obj) |
| template<class Tp> |
| std::ostream & | zypp::operator<< (std::ostream &str, const Iterable< Tp > &obj) |
| template<class TKey, class Tp> |
| std::ostream & | std::operator<< (std::ostream &str, const std::map< TKey, Tp > &obj) |
| template<class TKey, class Tp> |
| std::ostream & | std::operator<< (std::ostream &str, const std::unordered_map< TKey, Tp > &obj) |
| template<class TKey, class Tp> |
| std::ostream & | std::operator<< (std::ostream &str, const std::multimap< TKey, Tp > &obj) |
| std::ostream & | std::operator<< (std::ostream &str, const std::basic_ios< char > &obj) |
| | Print stream status bits.
|
| template<class Tp> |
| std::ostream & | zypp::detail::operator<< (std::ostream &str, const Dump< Tp > &obj) |
| template<class Tp> |
| detail::Dump< Tp > | zypp::dump (const Tp &obj_r) |
| std::ostream & | zypp::hexdumpOn (std::ostream &outs, const unsigned char *ptr, size_t size) |
| | hexdump data on stream
|
| std::ostream & | zypp::hexdumpOn (std::ostream &outs, const char *ptr, size_t size) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| std::ostream & | std::operator<< (std::ostream &str, const std::type_info &info) |
| template<class TPair> |
| MapEntry< TPair > | zypp::mapEntry (const TPair &pair_r) |
| | Convenience function to create MapEntry from std::pair.
|
| template<class TMap> |
| DumpMap< TMap > | zypp::dumpMap (const TMap &map_r) |
| | Convenience function to create DumpMap from std::map.
|
| template<class TMap> |
| DumpKeys< TMap > | zypp::dumpKeys (const TMap &map_r) |
| | Convenience function to create DumpKeys from std::map.
|
| template<class TMap> |
| DumpValues< TMap > | zypp::dumpValues (const TMap &map_r) |
| | Convenience function to create DumpValues from std::map.
|