libzypp 17.32.5
|
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 320 of file LogTools.h.
using zypp::_logtoolsdetail::DumpKeys< TMap >::MapKey_const_iterator = typename MapKVIteratorTraits<TMap>::Key_const_iterator |
Definition at line 323 of file LogTools.h.
|
inline |
Definition at line 326 of file LogTools.h.
|
inline |
Definition at line 330 of file LogTools.h.
|
inline |
Definition at line 333 of file LogTools.h.
|
inline |
Definition at line 336 of file LogTools.h.
Stream output.
Definition at line 345 of file LogTools.h.
Convenience function to create DumpKeys from std::map.
Definition at line 350 of file LogTools.h.
|
private |
Definition at line 340 of file LogTools.h.