|
libzypp 17.38.1
|
std::map wrapper for stream output of values. More...
#include <zypp-core/base/LogTools.h>
Public Types | |
| using | MapValue_const_iterator = typename MapKVIteratorTraits<TMap>::Value_const_iterator |
Public Member Functions | |
| DumpValues (const TMap &map_r) | |
| const TMap & | map () const |
| MapValue_const_iterator | begin () const |
| MapValue_const_iterator | end () const |
Private Attributes | |
| const TMap *const | _map |
Related Symbols | |
(Note that these are not member symbols.) | |
| template<class TMap> | |
| std::ostream & | operator<< (std::ostream &str, const DumpValues< TMap > &obj) |
| Stream output. | |
| template<class TMap> | |
| DumpValues< TMap > | dumpValues (const TMap &map_r) |
| Convenience function to create DumpValues from std::map. | |
std::map wrapper for stream output of values.
Uses MapKVIterator iterate and write the values.
Definition at line 656 of file LogTools.h.
| using zypp::_logtoolsdetail::DumpValues< TMap >::MapValue_const_iterator = typename MapKVIteratorTraits<TMap>::Value_const_iterator |
Definition at line 659 of file LogTools.h.
|
inline |
Definition at line 662 of file LogTools.h.
|
inline |
Definition at line 666 of file LogTools.h.
|
inline |
Definition at line 669 of file LogTools.h.
|
inline |
Definition at line 672 of file LogTools.h.
|
Stream output.
Definition at line 681 of file LogTools.h.
|
Convenience function to create DumpValues from std::map.
Definition at line 686 of file LogTools.h.
|
private |
Definition at line 676 of file LogTools.h.