Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:39:15 2010 for ImpalaSrc by  doxygen 1.5.1