|
libzypp 17.38.7
|
std::map wrapper for stream output of keys. More...
#include <zypp-core/base/LogTools.h>
Public Types | |
| using | MapKey_const_iterator = typename MapKVIteratorTraits<TMap>::Key_const_iterator |
Public Member Functions | |
| DumpKeys (const TMap &map_r) | |
| const TMap & | map () const |
| MapKey_const_iterator | begin () const |
| MapKey_const_iterator | end () const |
Private Attributes | |
| const TMap *const | _map |
std::map wrapper for stream output of keys.
Uses MapKVIterator iterate and write the key values.
Definition at line 616 of file LogTools.h.
| using zypp::_logtoolsdetail::DumpKeys< TMap >::MapKey_const_iterator = typename MapKVIteratorTraits<TMap>::Key_const_iterator |
Definition at line 619 of file LogTools.h.
|
inline |
Definition at line 622 of file LogTools.h.
|
inline |
Definition at line 626 of file LogTools.h.
|
inline |
Definition at line 629 of file LogTools.h.
|
inline |
Definition at line 632 of file LogTools.h.
|
private |
Definition at line 636 of file LogTools.h.