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

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

Definition at line 57 of file FrameHashesLocator.h.

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

00058 {
00059     os << loc.ToString();
00060     return os;
00061 }

Here is the call graph for this function:


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