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

std::ostream& Impala::operator<< ( std::ostream &  os,
const QuidObj &  q 
)

Definition at line 86 of file QuidObj.h.

References Impala::QuidObj::ToString().

00087 {
00088     os << q.ToString();
00089     return os;
00090 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:35:30 2010 for ImpalaSrc by  doxygen 1.5.1