libzypp 17.37.17
|
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 366 of file LogTools.h.
using zypp::_logtoolsdetail::DumpValues< TMap >::MapValue_const_iterator = typename MapKVIteratorTraits<TMap>::Value_const_iterator |
Definition at line 369 of file LogTools.h.
|
inline |
Definition at line 372 of file LogTools.h.
|
inline |
Definition at line 376 of file LogTools.h.
|
inline |
Definition at line 379 of file LogTools.h.
|
inline |
Definition at line 382 of file LogTools.h.
|
Stream output.
Definition at line 391 of file LogTools.h.
|
Convenience function to create DumpValues from std::map.
Definition at line 396 of file LogTools.h.
|
private |
Definition at line 386 of file LogTools.h.