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

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

#include <base/LogTools.h>

Public Types

typedef MapKVIteratorTraits< TMap >::Key_const_iterator MapKey_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
 

Related Functions

(Note that these are not member functions.)

template<class TMap >
std::ostream & operator<< (std::ostream &str, const DumpKeys< TMap > &obj)
 Stream output.
 
template<class TMap >
DumpKeys< TMap > dumpKeys (const TMap &map_r)
 Convenience function to create DumpKeys from std::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;
DumpKeys< TMap > dumpKeys(const TMap &map_r)
Convenience function to create DumpKeys from std::map.
Definition: LogTools.h:324

Definition at line 294 of file LogTools.h.

Member Typedef Documentation

◆ MapKey_const_iterator

template<class TMap >
typedef MapKVIteratorTraits<TMap>::Key_const_iterator zypp::_logtoolsdetail::DumpKeys< TMap >::MapKey_const_iterator

Definition at line 297 of file LogTools.h.

Constructor & Destructor Documentation

◆ DumpKeys()

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

Definition at line 300 of file LogTools.h.

Member Function Documentation

◆ map()

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

Definition at line 304 of file LogTools.h.

◆ begin()

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

Definition at line 307 of file LogTools.h.

◆ end()

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

Definition at line 310 of file LogTools.h.

Friends And Related Function Documentation

◆ operator<<()

template<class TMap >
std::ostream & operator<< ( std::ostream &  str,
const DumpKeys< TMap > &  obj 
)
related

Stream output.

Definition at line 319 of file LogTools.h.

◆ dumpKeys()

template<class TMap >
DumpKeys< TMap > dumpKeys ( const TMap &  map_r)
related

Convenience function to create DumpKeys from std::map.

Definition at line 324 of file LogTools.h.

Member Data Documentation

◆ _map

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

Definition at line 314 of file LogTools.h.


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