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

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

Definition at line 65 of file FileLocator.h.

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

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

Here is the call graph for this function:


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