libzypp  17.38.7
zypp::_logtoolsdetail::DumpKeys< TMap > Class Template Reference

std::map wrapper for stream output of keys. More...

#include <zypp-core/base/LogTools.h>

Public Types

using MapKey_const_iterator = typename MapKVIteratorTraits< TMap >::Key_const_iterator
 

Public Member Functions

 DumpKeys (const TMap &map_r)
 
const TMap & map () const
 
MapKey_const_iterator begin () const
 
MapKey_const_iterator end () const
 

Private Attributes

const TMap *const _map
 

Detailed Description

template<class TMap>
class zypp::_logtoolsdetail::DumpKeys< TMap >

std::map wrapper for stream output of keys.

Uses MapKVIterator iterate and write the key values.

std::map<...> mymap;
std::cout << dumpKeys(mymap) << std::endl;

Definition at line 616 of file LogTools.h.

Member Typedef Documentation

◆ MapKey_const_iterator

template<class TMap >
using zypp::_logtoolsdetail::DumpKeys< TMap >::MapKey_const_iterator = typename MapKVIteratorTraits<TMap>::Key_const_iterator

Definition at line 619 of file LogTools.h.

Constructor & Destructor Documentation

◆ DumpKeys()

template<class TMap >
zypp::_logtoolsdetail::DumpKeys< TMap >::DumpKeys ( const TMap &  map_r)
inline

Definition at line 622 of file LogTools.h.

Member Function Documentation

◆ map()

template<class TMap >
const TMap& zypp::_logtoolsdetail::DumpKeys< TMap >::map ( ) const
inline

Definition at line 626 of file LogTools.h.

◆ begin()

template<class TMap >
MapKey_const_iterator zypp::_logtoolsdetail::DumpKeys< TMap >::begin ( ) const
inline

Definition at line 629 of file LogTools.h.

◆ end()

template<class TMap >
MapKey_const_iterator zypp::_logtoolsdetail::DumpKeys< TMap >::end ( ) const
inline

Definition at line 632 of file LogTools.h.

Member Data Documentation

◆ _map

template<class TMap >
const TMap* const zypp::_logtoolsdetail::DumpKeys< TMap >::_map
private

Definition at line 636 of file LogTools.h.


The documentation for this class was generated from the following file: