#include <LogTools.h>
Public Member Functions | |
| MapEntry (const _Pair &pair_r) | |
| const _Pair & | pair () const |
Private Attributes | |
| const _Pair *const | _pair |
Related Functions | |
| (Note that these are not member functions.) | |
| template<class _Pair> | |
| std::ostream & | operator<< (std::ostream &str, const MapEntry< _Pair > &obj) |
| Stream output. | |
| template<class _Pair> | |
| MapEntry< _Pair > | mapEntry (const _Pair &pair_r) |
| Convenience function to create MapEntry from std::pair. | |
Just because we want a special output format for std::pair used in a std::map. The mapped std::pair is printed as [key] = value.
Definition at line 141 of file LogTools.h.
| zypp::_logtoolsdetail::MapEntry< _Pair >::MapEntry | ( | const _Pair & | pair_r | ) | [inline] |
Definition at line 144 of file LogTools.h.
| const _Pair& zypp::_logtoolsdetail::MapEntry< _Pair >::pair | ( | ) | const [inline] |
Definition at line 148 of file LogTools.h.
References zypp::_logtoolsdetail::MapEntry< _Pair >::_pair.
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const MapEntry< _Pair > & | obj | |||
| ) | [related] |
| MapEntry< _Pair > mapEntry | ( | const _Pair & | pair_r | ) | [related] |
const _Pair* const zypp::_logtoolsdetail::MapEntry< _Pair >::_pair [private] |
Definition at line 152 of file LogTools.h.
Referenced by zypp::_logtoolsdetail::MapEntry< _Pair >::pair().
1.5.3