Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:13:55 2011 for ImpalaSrc by  doxygen 1.5.1