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

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

Definition at line 78 of file FrameLocator.h.

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

00079 {
00080     os << loc.ToString();
00081     return os;
00082 }

Here is the call graph for this function:


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