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

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

Definition at line 154 of file ImageArchiveLocator.h.

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

00155 {
00156     os << loc.ToString();
00157     return os;
00158 }

Here is the call graph for this function:


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