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

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

Definition at line 72 of file ImageSetLocator.h.

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

00073 {
00074     os << loc.ToString();
00075     return os;
00076 }

Here is the call graph for this function:


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