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

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

Definition at line 162 of file Locator.h.

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

00163 {
00164     os << loc.ToString();
00165     return os;
00166 }

Here is the call graph for this function:


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