libzypp
17.31.31
|
std::map wrapper for stream output of keys. More...
#include <base/LogTools.h>
Public Types | |
typedef MapKVIteratorTraits< TMap >::Key_const_iterator | MapKey_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 Functions | |
(Note that these are not member functions.) | |
template<class TMap > | |
std::ostream & | operator<< (std::ostream &str, const DumpKeys< TMap > &obj) |
template<class TMap > | |
DumpKeys< TMap > | dumpKeys (const TMap &map_r) |
std::map wrapper for stream output of keys.
Uses MapKVIterator iterate and write the key values.
Definition at line 309 of file LogTools.h.
typedef MapKVIteratorTraits<TMap>::Key_const_iterator zypp::_logtoolsdetail::DumpKeys< TMap >::MapKey_const_iterator |
Definition at line 312 of file LogTools.h.
|
inline |
Definition at line 315 of file LogTools.h.
|
inline |
Definition at line 319 of file LogTools.h.
|
inline |
Definition at line 322 of file LogTools.h.
|
inline |
Definition at line 325 of file LogTools.h.
|
related |
Stream output.
Definition at line 334 of file LogTools.h.
|
related |
Convenience function to create DumpKeys from std::map.
Definition at line 339 of file LogTools.h.
|
private |
Definition at line 329 of file LogTools.h.