Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

std::ostream& Impala::Util::operator<< ( std::ostream &  os,
RangeIterator &  ri 
)

Definition at line 124 of file RangeIterator.h.

References Impala::Util::RangeIterator::GetParameters(), and Impala::Util::PropertySet::Print().

00125 {
00126     PropertySet ps;
00127     ri.GetParameters(&ps);
00128     ps.Print(os);
00129     return os;
00130 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:06 2011 for ImpalaSrc by  doxygen 1.5.1