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

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

Definition at line 161 of file PropertySet.h.

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

00162 {
00163     ps.Print(os);
00164     return os;
00165 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:39:11 2010 for ImpalaSrc by  doxygen 1.5.1