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

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

Definition at line 109 of file AnnotationTableLocator.h.

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

00110 {
00111     os << loc.ToString();
00112     return os;
00113 }

Here is the call graph for this function:


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