#include <LogTools.h>
Public Types | |
| typedef MapKVIteratorTraits< _Map >::Value_const_iterator | MapValue_const_iterator |
Public Member Functions | |
| DumpValues (const _Map &map_r) | |
| const _Map & | map () const |
| MapValue_const_iterator | begin () const |
| MapValue_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 DumpValues< _Map > &obj) |
| DumpValues< _Map > | dumpValues (const _Map &map_r) |
Uses MapKVIterator iterate and write the values.
std::map<...> mymap; std::cout << dumpValues(mymap) << std::endl;
Definition at line 285 of file LogTools.h.
|
|||||
|
Definition at line 288 of file LogTools.h. |
|
||||||||||
|
Definition at line 291 of file LogTools.h. |
|
|||||||||
|
Definition at line 295 of file LogTools.h. |
|
|||||||||
|
Definition at line 298 of file LogTools.h. References zypp::make_map_value_begin(). |
|
|||||||||
|
Definition at line 301 of file LogTools.h. References zypp::make_map_value_end(). |
|
||||||||||||||||
|
Stream output. Definition at line 310 of file LogTools.h. |
|
||||||||||
|
Convenience function to create DumpValues from std::map. Definition at line 315 of file LogTools.h. |
|
|||||
|
Definition at line 305 of file LogTools.h. |
1.4.6