libzypp 17.31.23
|
std::map wrapper for stream output of values. More...
#include <base/LogTools.h>
Public Types | |
typedef MapKVIteratorTraits< TMap >::Value_const_iterator | MapValue_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 Functions | |
(Note that these are not member functions.) | |
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 339 of file LogTools.h.
typedef MapKVIteratorTraits<TMap>::Value_const_iterator zypp::_logtoolsdetail::DumpValues< TMap >::MapValue_const_iterator |
Definition at line 342 of file LogTools.h.
|
inline |
Definition at line 345 of file LogTools.h.
|
inline |
Definition at line 349 of file LogTools.h.
|
inline |
Definition at line 352 of file LogTools.h.
|
inline |
Definition at line 355 of file LogTools.h.
|
related |
Stream output.
Definition at line 364 of file LogTools.h.
|
related |
Convenience function to create DumpValues from std::map.
Definition at line 369 of file LogTools.h.
|
private |
Definition at line 359 of file LogTools.h.