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

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

Definition at line 77 of file FileLocator.h.

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

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

Here is the call graph for this function:


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