|
libzypp 17.38.6
|
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 |
std::map wrapper for stream output of values.
Uses MapKVIterator iterate and write the values.
Definition at line 661 of file LogTools.h.
| using zypp::_logtoolsdetail::DumpValues< TMap >::MapValue_const_iterator = typename MapKVIteratorTraits<TMap>::Value_const_iterator |
Definition at line 664 of file LogTools.h.
|
inline |
Definition at line 667 of file LogTools.h.
|
inline |
Definition at line 671 of file LogTools.h.
|
inline |
Definition at line 674 of file LogTools.h.
|
inline |
Definition at line 677 of file LogTools.h.
|
private |
Definition at line 681 of file LogTools.h.