libzypp 17.31.23
|
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) |
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 294 of file LogTools.h.
typedef MapKVIteratorTraits<TMap>::Key_const_iterator zypp::_logtoolsdetail::DumpKeys< TMap >::MapKey_const_iterator |
Definition at line 297 of file LogTools.h.
|
inline |
Definition at line 300 of file LogTools.h.
|
inline |
Definition at line 304 of file LogTools.h.
|
inline |
Definition at line 307 of file LogTools.h.
|
inline |
Definition at line 310 of file LogTools.h.
|
related |
Stream output.
Definition at line 319 of file LogTools.h.
|
related |
Convenience function to create DumpKeys from std::map.
Definition at line 324 of file LogTools.h.
|
private |
Definition at line 314 of file LogTools.h.