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

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

Definition at line 66 of file StillsLocator.h.

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

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

Here is the call graph for this function:


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