|
libzypp 17.38.6
|
std::map wrapper for stream output. More...
#include <zypp-core/base/LogTools.h>
Classes | |
| struct | Transformer |
Public Types | |
| using | MapType = TMap |
| using | PairType = typename TMap::value_type |
| using | MapEntryType = MapEntry<PairType> |
| using | MapEntry_const_iterator = transform_iterator<Transformer, typename MapType::const_iterator> |
Public Member Functions | |
| DumpMap (const TMap &map_r) | |
| const TMap & | map () const |
| MapEntry_const_iterator | begin () const |
| MapEntry_const_iterator | end () const |
Private Attributes | |
| const TMap *const | _map |
std::map wrapper for stream output.
Uses a transform_iterator to wrap the std::pair into MapEntry.
Definition at line 561 of file LogTools.h.
| using zypp::_logtoolsdetail::DumpMap< TMap >::MapType = TMap |
Definition at line 564 of file LogTools.h.
| using zypp::_logtoolsdetail::DumpMap< TMap >::PairType = typename TMap::value_type |
Definition at line 565 of file LogTools.h.
| using zypp::_logtoolsdetail::DumpMap< TMap >::MapEntryType = MapEntry<PairType> |
Definition at line 566 of file LogTools.h.
| using zypp::_logtoolsdetail::DumpMap< TMap >::MapEntry_const_iterator = transform_iterator<Transformer, typename MapType::const_iterator> |
Definition at line 574 of file LogTools.h.
|
inline |
Definition at line 577 of file LogTools.h.
|
inline |
Definition at line 581 of file LogTools.h.
|
inline |
Definition at line 584 of file LogTools.h.
|
inline |
Definition at line 587 of file LogTools.h.
|
private |
Definition at line 591 of file LogTools.h.