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

std::ostream& Impala::Persistency::operator<< ( std::ostream &  os,
const RgbDataSrcLocator &  loc 
)

Definition at line 67 of file RgbDataSrcLocator.h.

References Impala::Persistency::RgbDataSrcLocator::ToString().

00068 {
00069     os << loc.ToString();
00070     return os;
00071 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:26 2011 for ImpalaSrc by  doxygen 1.5.1