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

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

Definition at line 252 of file FeatureLocator.h.

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

00253 {
00254     os << loc.ToString();
00255     return os;
00256 }

Here is the call graph for this function:


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