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

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

Definition at line 151 of file Locator.h.

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

00152 {
00153     os << loc.ToString();
00154     return os;
00155 }

Here is the call graph for this function:


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