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

std::ostream& Impala::Util::operator<< ( std::ostream &  os,
const PropertySet &  ps 
)

Definition at line 311 of file PropertySet.h.

References Impala::Util::PropertySet::Print().

00312 {
00313     ps.Print(os);
00314     return os;
00315 }

Here is the call graph for this function:


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