#include <LogTools.h>
Public Types | |
| typedef MapKVIteratorTraits< _Map >::Key_const_iterator | MapKey_const_iterator |
Public Member Functions | |
| DumpKeys (const _Map &map_r) | |
| const _Map & | map () const |
| MapKey_const_iterator | begin () const |
| MapKey_const_iterator | end () const |
Private Attributes | |
| const _Map *const | _map |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const DumpKeys< _Map > &obj) |
| DumpKeys< _Map > | dumpKeys (const _Map &map_r) |
Uses MapKVIterator iterate and write the key values.
std::map<...> mymap; std::cout << dumpKeys(mymap) << std::endl;
Definition at line 240 of file LogTools.h.
|
|||||
|
Definition at line 243 of file LogTools.h. |
|
||||||||||
|
Definition at line 246 of file LogTools.h. |
|
|||||||||
|
Definition at line 250 of file LogTools.h. |
|
|||||||||
|
Definition at line 253 of file LogTools.h. References zypp::make_map_key_begin(). |
|
|||||||||
|
Definition at line 256 of file LogTools.h. References zypp::make_map_key_end(). |
|
||||||||||||||||
|
Stream output. Definition at line 265 of file LogTools.h. |
|
||||||||||
|
Convenience function to create DumpKeys from std::map. Definition at line 270 of file LogTools.h. |
|
|||||
|
Definition at line 260 of file LogTools.h. |
1.4.6