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

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

Definition at line 73 of file KeywordListLocator.h.

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

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

Here is the call graph for this function:


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