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

#include <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)
 

Detailed Description

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

Definition at line 131 of file LogTools.h.

Constructor & Destructor Documentation

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

Definition at line 133 of file LogTools.h.

Friends And Related Function Documentation

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

<TIterator>

Definition at line 143 of file LogTools.h.

Member Data Documentation

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

Definition at line 137 of file LogTools.h.

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

Definition at line 138 of file LogTools.h.


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