libzypp 17.37.17
|
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 321 of file LogTools.h.
using zypp::_logtoolsdetail::DumpKeys< TMap >::MapKey_const_iterator = typename MapKVIteratorTraits<TMap>::Key_const_iterator |
Definition at line 324 of file LogTools.h.
|
inline |
Definition at line 327 of file LogTools.h.
|
inline |
Definition at line 331 of file LogTools.h.
|
inline |
Definition at line 334 of file LogTools.h.
|
inline |
Definition at line 337 of file LogTools.h.
|
Stream output.
Definition at line 346 of file LogTools.h.
|
Convenience function to create DumpKeys from std::map.
Definition at line 351 of file LogTools.h.
|
private |
Definition at line 341 of file LogTools.h.