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

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

Definition at line 74 of file QuidTableLocator.h.

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

00075 {
00076     os << loc.ToString();
00077     return os;
00078 }

Here is the call graph for this function:


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