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

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

Definition at line 157 of file Mpeg7DocLocator.h.

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

00158 {
00159     os << loc.ToString();
00160     return os;
00161 }

Here is the call graph for this function:


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