#include <iostream>#include <string>#include <vector>#include <list>#include <set>#include "zypp/base/Logger.h"Go to the source code of this file.
Namespaces | |
| namespace | zypp |
Functions | |
| template<class _Iterator> | |
| std::ostream & | zypp::dumpRange (std::ostream &str, _Iterator begin, _Iterator 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. | |
| template<class _Iterator> | |
| std::ostream & | zypp::dumpRangeLine (std::ostream &str, _Iterator begin, _Iterator end) |
| template<class _Tp> | |
| std::ostream & | zypp::operator<< (std::ostream &str, const std::vector< _Tp > &obj) |
| template<class _Tp> | |
| std::ostream & | zypp::operator<< (std::ostream &str, const std::set< _Tp > &obj) |
| template<class _Tp> | |
| std::ostream & | zypp::operator<< (std::ostream &str, const std::list< _Tp > &obj) |
| std::ostream & | zypp::operator<< (std::ostream &str, const std::basic_ios< char > &obj) |
| Print stream status bits. | |
Definition in file LogTools.h.
1.4.6