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

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

Definition at line 103 of file AnnotationTableLocator.h.

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

00104 {
00105     os << loc.ToString();
00106     return os;
00107 }

Here is the call graph for this function:


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