|
libzypp 17.38.1
|
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 |
Related Symbols | |
(Note that these are not member symbols.) | |
| template<class TMap> | |
| std::ostream & | operator<< (std::ostream &str, const DumpKeys< TMap > &obj) |
| Stream output. | |
| template<class TMap> | |
| DumpKeys< TMap > | dumpKeys (const TMap &map_r) |
| Convenience function to create DumpKeys from std::map. | |
std::map wrapper for stream output of keys.
Uses MapKVIterator iterate and write the key values.
Definition at line 611 of file LogTools.h.
| using zypp::_logtoolsdetail::DumpKeys< TMap >::MapKey_const_iterator = typename MapKVIteratorTraits<TMap>::Key_const_iterator |
Definition at line 614 of file LogTools.h.
|
inline |
Definition at line 617 of file LogTools.h.
|
inline |
Definition at line 621 of file LogTools.h.
|
inline |
Definition at line 624 of file LogTools.h.
|
inline |
Definition at line 627 of file LogTools.h.
|
Stream output.
Definition at line 636 of file LogTools.h.
|
Convenience function to create DumpKeys from std::map.
Definition at line 641 of file LogTools.h.
|
private |
Definition at line 631 of file LogTools.h.