#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.) | |
| template<class _Map> | |
| std::ostream & | operator<< (std::ostream &str, const DumpValues< _Map > &obj) |
| Stream output. | |
| template<class _Map> | |
| DumpValues< _Map > | dumpValues (const _Map &map_r) |
| Convenience function to create DumpValues from std::map. | |
Uses MapKVIterator iterate and write the values.
std::map<...> mymap; std::cout << dumpValues(mymap) << std::endl;
Definition at line 285 of file LogTools.h.
| typedef MapKVIteratorTraits<_Map>::Value_const_iterator zypp::_logtoolsdetail::DumpValues< _Map >::MapValue_const_iterator |
Definition at line 288 of file LogTools.h.
| zypp::_logtoolsdetail::DumpValues< _Map >::DumpValues | ( | const _Map & | map_r | ) | [inline] |
Definition at line 291 of file LogTools.h.
| const _Map& zypp::_logtoolsdetail::DumpValues< _Map >::map | ( | ) | const [inline] |
Definition at line 295 of file LogTools.h.
References zypp::_logtoolsdetail::DumpValues< _Map >::_map.
Referenced by zypp::_logtoolsdetail::DumpValues< _Map >::begin(), and zypp::_logtoolsdetail::DumpValues< _Map >::end().
| MapValue_const_iterator zypp::_logtoolsdetail::DumpValues< _Map >::begin | ( | ) | const [inline] |
Definition at line 298 of file LogTools.h.
References zypp::make_map_value_begin(), and zypp::_logtoolsdetail::DumpValues< _Map >::map().
| MapValue_const_iterator zypp::_logtoolsdetail::DumpValues< _Map >::end | ( | ) | const [inline] |
Definition at line 301 of file LogTools.h.
References zypp::make_map_value_end(), and zypp::_logtoolsdetail::DumpValues< _Map >::map().
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const DumpValues< _Map > & | obj | |||
| ) | [related] |
Stream output.
Definition at line 310 of file LogTools.h.
References zypp::dumpRange(), and zypp::solver::detail::str.
| DumpValues< _Map > dumpValues | ( | const _Map & | map_r | ) | [related] |
const _Map* const zypp::_logtoolsdetail::DumpValues< _Map >::_map [private] |
Definition at line 305 of file LogTools.h.
Referenced by zypp::_logtoolsdetail::DumpValues< _Map >::map().
1.5.3