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

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

Definition at line 89 of file AnnotationTableSetLocator.h.

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

00090 {
00091     os << loc.ToString();
00092     return os;
00093 }

Here is the call graph for this function:


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