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

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

Definition at line 105 of file Mpeg7DocLocator.h.

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

00106 {
00107     os << loc.ToString();
00108     return os;
00109 }

Here is the call graph for this function:


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