libzypp 17.31.23
zypp::iomanip::RangeLine< TIterator > Struct Template Reference

#include <base/LogTools.h>

Public Member Functions

 RangeLine (TIterator begin, TIterator end)
 

Public Attributes

TIterator _begin
 
TIterator _end
 

Related Functions

(Note that these are not member functions.)

template<class TIterator >
std::ostream & operator<< (std::ostream &str, const RangeLine< TIterator > &obj)
 <TIterator>
 

Detailed Description

template<class TIterator>
struct zypp::iomanip::RangeLine< TIterator >

Definition at line 132 of file LogTools.h.

Constructor & Destructor Documentation

◆ RangeLine()

template<class TIterator >
zypp::iomanip::RangeLine< TIterator >::RangeLine ( TIterator  begin,
TIterator  end 
)
inline

Definition at line 134 of file LogTools.h.

Friends And Related Function Documentation

◆ operator<<()

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

<TIterator>

Definition at line 144 of file LogTools.h.

Member Data Documentation

◆ _begin

template<class TIterator >
TIterator zypp::iomanip::RangeLine< TIterator >::_begin

Definition at line 138 of file LogTools.h.

◆ _end

template<class TIterator >
TIterator zypp::iomanip::RangeLine< TIterator >::_end

Definition at line 139 of file LogTools.h.


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